#66E3E0

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

Shades of Turquoise Blue #66E3E0

Tints of Turquoise Blue #66E3E0

Color information

#66E3E0 (or 0x66E3E0) is unknown color: approx Turquoise Blue. HEX triplet: 66, E3 and E0. RGB value is (102,227,224). Sum of RGB (Red+Green+Blue) = 102+227+224=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #66E3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E3E0 is #991C1F. Grayscale: #BDBDBD. Windows color (decimal): -10034208 or 14738278. OLE color: 14738278.

HSL color Cylindrical-coordinate representation of color #66E3E0: hue angle of 178.56º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E3E0 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB102227224-
CMYK0.5500.010.11
HSL178.56º69.06%64.51%-
HSV(B)178.56º55.07%89.02%-
XYZ46.463.1480.26-
YUV189.28147.5965.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.44%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=18.44%
G=41.05%
B=40.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022272240.5500.010.11178.5669.0664.51
Hex66E3E03701Bb34541
Octal146343340670113263105101
Binary110011011100011111000001101110110111011001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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