#46C7DA

Color #46C7DA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #46C7DA

Tints of Medium Turquoise #46C7DA

Color information

#46C7DA (or 0x46C7DA) is unknown color: approx Medium Turquoise. HEX triplet: 46, C7 and DA. RGB value is (70,199,218). Sum of RGB (Red+Green+Blue) = 70+199+218=487 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.37% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #46C7DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C7DA is #B93825. Grayscale: #A2A2A2. Windows color (decimal): -12138534 or 14337862. OLE color: 14337862.

HSL color Cylindrical-coordinate representation of color #46C7DA: hue angle of 187.7º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46C7DA is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB70199218-
CMYK0.680.0900.15
HSL187.7º66.67%56.47%-
HSV(B)187.7º67.89%85.49%-
XYZ35.647.2173.57-
YUV162.6159.2661.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 14.37%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=14.37%
G=40.86%
B=44.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal701992180.680.0900.15187.766.6756.47
Hex46C7DA4490Fbc4338
Octal1063073321041101727410370
Binary100011011000111110110101000100100101111101111001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C7DA; }

 p { color: rgb(70,199,218); }

 H1.HeaderClassName
 {
   color: #46C7DA;
 }
 .AnyTagClassName
 {
   color: #46C7DA;
 }
</style>
background-color css

<style>
 a { background-color: #46C7DA; }

 a { background-color: rgb(70,199,218); }

 div.DivClassName
 {
   background-color: #46C7DA;
 }
 .BgClassName
 {
   background-color: #46C7DA;
 }
</style>
border-color css

<style>
 span { border-color: #46C7DA; }

 span { border-color: rgb(70,199,218); }

 td.TdClassName
 {
   border-color: #46C7DA;
 }
 .TagClassName
 {
   border-color: #46C7DA;
 }
</style>