#66E1E0

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

Shades of Turquoise Blue #66E1E0

Tints of Turquoise Blue #66E1E0

Color information

#66E1E0 (or 0x66E1E0) is unknown color: approx Turquoise Blue. HEX triplet: 66, E1 and E0. RGB value is (102,225,224). Sum of RGB (Red+Green+Blue) = 102+225+224=551 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.51% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1E0 is #991E1F. Grayscale: #BBBBBB. Windows color (decimal): -10034720 or 14737766. OLE color: 14737766.

HSL color Cylindrical-coordinate representation of color #66E1E0: hue angle of 179.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1E0 is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB102225224-
CMYK0.5500.000.12
HSL179.51º67.21%64.12%-
HSV(B)179.51º54.67%88.24%-
XYZ45.8662.0680.08-
YUV188.11148.2566.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.51%
GREEN value IS 225 (88.28% from 255) = 40.83%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=18.51%
G=40.83%
B=40.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022252240.5500.000.12179.5167.2164.12
Hex66E1E03700Cb44340
Octal146341340670014264103100
Binary110011011100001111000001101110011001011010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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