#66ECEA

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

Shades of Turquoise Blue #66ECEA

Tints of Turquoise Blue #66ECEA

Color information

#66ECEA (or 0x66ECEA) is unknown color: approx Turquoise Blue. HEX triplet: 66, EC and EA. RGB value is (102,236,234). Sum of RGB (Red+Green+Blue) = 102+236+234=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66ECEA is #991315. Grayscale: #C3C3C3. Windows color (decimal): -10031894 or 15395942. OLE color: 15395942.

HSL color Cylindrical-coordinate representation of color #66ECEA: hue angle of 179.1º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECEA is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB102236234-
CMYK0.5700.010.07
HSL179.1º77.91%66.27%-
HSV(B)179.1º56.78%92.55%-
XYZ50.3368.7688.46-
YUV195.71149.6161.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.83%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=17.83%
G=41.26%
B=40.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022362340.5700.010.07179.177.9166.27
Hex66ECEA39017b34e42
Octal14635435271017263116102
Binary11001101110110011101010111001011111011001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,236,234); }

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

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

 a { background-color: rgb(102,236,234); }

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

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

 span { border-color: rgb(102,236,234); }

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