#66E1FF

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

Shades of Turquoise Blue #66E1FF

Tints of Turquoise Blue #66E1FF

Color information

#66E1FF (or 0x66E1FF) is unknown color: approx Turquoise Blue. HEX triplet: 66, E1 and FF. RGB value is (102,225,255). Sum of RGB (Red+Green+Blue) = 102+225+255=582 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.53% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E1FF is #991E00. Grayscale: #BFBFBF. Windows color (decimal): -10034689 or 16769382. OLE color: 16769382.

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

Color convert

RGB102225255-
CMYK0.60.1200
HSL191.76º100%70%-
HSV(B)191.76º60%100%-
XYZ50.4563.9104.28-
YUV191.64163.7564.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.53%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 255 (100% from 255) = 43.81%
R=17.53%
G=38.66%
B=43.81%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022252550.60.1200191.7610070
Hex66E1FF3CC00c06446
Octal146341377741400300144106
Binary110011011100001111111111111001100001100000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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