#66EDEF

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

Shades of Turquoise Blue #66EDEF

Tints of Turquoise Blue #66EDEF

Color information

#66EDEF (or 0x66EDEF) is unknown color: approx Turquoise Blue. HEX triplet: 66, ED and EF. RGB value is (102,237,239). Sum of RGB (Red+Green+Blue) = 102+237+239=578 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.65% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #66EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EDEF is #991210. Grayscale: #C4C4C4. Windows color (decimal): -10031633 or 15723878. OLE color: 15723878.

HSL color Cylindrical-coordinate representation of color #66EDEF: hue angle of 180.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDEF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB102237239-
CMYK0.570.0100.06
HSL180.88º81.07%66.86%-
HSV(B)180.88º57.32%93.73%-
XYZ51.3469.6392.39-
YUV196.86151.7760.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.65%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=17.65%
G=41.00%
B=41.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022372390.570.0100.06180.8881.0766.86
Hex66EDEF39106b55143
Octal14635535771106265121103
Binary11001101110110111101111111001101101011010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,239); }

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

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

 a { background-color: rgb(102,237,239); }

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

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

 span { border-color: rgb(102,237,239); }

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