#66CCEC

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

Shades of Turquoise Blue #66CCEC

Tints of Turquoise Blue #66CCEC

Color information

#66CCEC (or 0x66CCEC) is unknown color: approx Turquoise Blue. HEX triplet: 66, CC and EC. RGB value is (102,204,236). Sum of RGB (Red+Green+Blue) = 102+204+236=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #66CCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CCEC is #993313. Grayscale: #B0B0B0. Windows color (decimal): -10040084 or 15518822. OLE color: 15518822.

HSL color Cylindrical-coordinate representation of color #66CCEC: hue angle of 194.33º 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 #66CCEC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102204236-
CMYK0.570.1400.07
HSL194.33º77.91%66.27%-
HSV(B)194.33º56.78%92.55%-
XYZ42.2152.0787.18-
YUV177.15161.2174.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=18.82%
G=37.64%
B=43.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022042360.570.1400.07194.3377.9166.27
Hex66CCEC39E07c24e42
Octal146314354711607302116102
Binary11001101100110011101100111001111001111100001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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