#66E9F6

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

Shades of Turquoise Blue #66E9F6

Tints of Turquoise Blue #66E9F6

Color information

#66E9F6 (or 0x66E9F6) is unknown color: approx Turquoise Blue. HEX triplet: 66, E9 and F6. RGB value is (102,233,246). Sum of RGB (Red+Green+Blue) = 102+233+246=581 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.56% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #66E9F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E9F6 is #991609. Grayscale: #C3C3C3. Windows color (decimal): -10032650 or 16181606. OLE color: 16181606.

HSL color Cylindrical-coordinate representation of color #66E9F6: hue angle of 185.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66E9F6 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102233246-
CMYK0.590.0500.04
HSL185.42º88.89%68.24%-
HSV(B)185.42º58.54%96.47%-
XYZ51.2567.7697.57-
YUV195.31156.661.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.56%
GREEN value IS 233 (91.41% from 255) = 40.10%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=17.56%
G=40.10%
B=42.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022332460.590.0500.04185.4288.8968.24
Hex66E9F63B504b95944
Octal14635136673504271131104
Binary1100110111010011111011011101110101001011100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,233,246); }

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

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

 a { background-color: rgb(102,233,246); }

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

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

 span { border-color: rgb(102,233,246); }

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