#66E6E0

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

Shades of Turquoise Blue #66E6E0

Tints of Turquoise Blue #66E6E0

Color information

#66E6E0 (or 0x66E6E0) is unknown color: approx Turquoise Blue. HEX triplet: 66, E6 and E0. RGB value is (102,230,224). Sum of RGB (Red+Green+Blue) = 102+230+224=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6E0 is #99191F. Grayscale: #BEBEBE. Windows color (decimal): -10033440 or 14739046. OLE color: 14739046.

HSL color Cylindrical-coordinate representation of color #66E6E0: hue angle of 177.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E6E0 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB102230224-
CMYK0.5600.030.10
HSL177.19º71.91%65.1%-
HSV(B)177.19º55.65%90.2%-
XYZ47.2364.880.54-
YUV191.04146.5964.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.35%
GREEN value IS 230 (90.23% from 255) = 41.37%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=18.35%
G=41.37%
B=40.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1022302240.5600.030.10177.1971.9165.1
Hex66E6E03803Ab14841
Octal146346340700312261110101
Binary1100110111001101110000011100001110101011000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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