#66E6FF

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

Shades of Turquoise Blue #66E6FF

Tints of Turquoise Blue #66E6FF

Color information

#66E6FF (or 0x66E6FF) is unknown color: approx Turquoise Blue. HEX triplet: 66, E6 and FF. RGB value is (102,230,255). Sum of RGB (Red+Green+Blue) = 102+230+255=587 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.38% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E6FF is #991900. Grayscale: #C2C2C2. Windows color (decimal): -10033409 or 16770662. OLE color: 16770662.

HSL color Cylindrical-coordinate representation of color #66E6FF: hue angle of 189.8º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66E6FF is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102230255-
CMYK0.60.1000
HSL189.8º100%70%-
HSV(B)189.8º60%100%-
XYZ51.8366.64104.74-
YUV194.58162.0961.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.38%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 255 (100% from 255) = 43.44%
R=17.38%
G=39.18%
B=43.44%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022302550.60.1000189.810070
Hex66E6FF3CA00be6446
Octal146346377741200276144106
Binary110011011100110111111111111001010001011111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,230,255); }

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

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

 a { background-color: rgb(102,230,255); }

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

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

 span { border-color: rgb(102,230,255); }

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