#66E1DF

Color #66E1DF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #66E1DF

Tints of Turquoise Blue #66E1DF

Color information

#66E1DF (or 0x66E1DF) is unknown color: approx Turquoise Blue. HEX triplet: 66, E1 and DF. RGB value is (102,225,223). Sum of RGB (Red+Green+Blue) = 102+225+223=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1DF is #991E20. Grayscale: #BBBBBB. Windows color (decimal): -10034721 or 14672230. OLE color: 14672230.

HSL color Cylindrical-coordinate representation of color #66E1DF: hue angle of 179.02º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1DF is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB102225223-
CMYK0.5500.010.12
HSL179.02º67.21%64.12%-
HSV(B)179.02º54.67%88.24%-
XYZ45.726279.37-
YUV187.99147.7566.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.55%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=18.55%
G=40.91%
B=40.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022252230.5500.010.12179.0267.2164.12
Hex66E1DF3701Cb34340
Octal146341337670114263103100
Binary110011011100001110111111101110111001011001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66E1DF; }

 p { color: rgb(102,225,223); }

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

<style>
 a { background-color: #66E1DF; }

 a { background-color: rgb(102,225,223); }

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

<style>
 span { border-color: #66E1DF; }

 span { border-color: rgb(102,225,223); }

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