#66E5FF

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

Shades of Turquoise Blue #66E5FF

Tints of Turquoise Blue #66E5FF

Color information

#66E5FF (or 0x66E5FF) is unknown color: approx Turquoise Blue. HEX triplet: 66, E5 and FF. RGB value is (102,229,255). Sum of RGB (Red+Green+Blue) = 102+229+255=586 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.41% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E5FF is #991A00. Grayscale: #C1C1C1. Windows color (decimal): -10033665 or 16770406. OLE color: 16770406.

HSL color Cylindrical-coordinate representation of color #66E5FF: hue angle of 190.2º 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 #66E5FF is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102229255-
CMYK0.60.1000
HSL190.2º100%70%-
HSV(B)190.2º60%100%-
XYZ51.5566.08104.65-
YUV193.99162.4262.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.41%
GREEN value IS 229 (89.84% from 255) = 39.08%
BLUE value IS 255 (100% from 255) = 43.52%
R=17.41%
G=39.08%
B=43.52%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022292550.60.1000190.210070
Hex66E5FF3CA00be6446
Octal146345377741200276144106
Binary110011011100101111111111111001010001011111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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