#66E8F9

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

Shades of Turquoise Blue #66E8F9

Tints of Turquoise Blue #66E8F9

Color information

#66E8F9 (or 0x66E8F9) is unknown color: approx Turquoise Blue. HEX triplet: 66, E8 and F9. RGB value is (102,232,249). Sum of RGB (Red+Green+Blue) = 102+232+249=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #66E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E8F9 is #991706. Grayscale: #C2C2C2. Windows color (decimal): -10032903 or 16377958. OLE color: 16377958.

HSL color Cylindrical-coordinate representation of color #66E8F9: hue angle of 186.94º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66E8F9 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102232249-
CMYK0.590.0700.02
HSL186.94º92.45%68.82%-
HSV(B)186.94º59.04%97.65%-
XYZ51.4367.3899.92-
YUV195.07158.4361.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.50%
GREEN value IS 232 (91.02% from 255) = 39.79%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=17.50%
G=39.79%
B=42.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022322490.590.0700.02186.9492.4568.82
Hex66E8F93B702bb5c45
Octal14635037173702273134105
Binary110011011101000111110011110111110101011101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,232,249); }

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

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

 a { background-color: rgb(102,232,249); }

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

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

 span { border-color: rgb(102,232,249); }

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