#66C9E2

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

Shades of Turquoise Blue #66C9E2

Tints of Turquoise Blue #66C9E2

Color information

#66C9E2 (or 0x66C9E2) is unknown color: approx Turquoise Blue. HEX triplet: 66, C9 and E2. RGB value is (102,201,226). Sum of RGB (Red+Green+Blue) = 102+201+226=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #66C9E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C9E2 is #99361D. Grayscale: #AEAEAE. Windows color (decimal): -10040862 or 14862694. OLE color: 14862694.

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

Color convert

RGB102201226-
CMYK0.550.1100.11
HSL192.1º68.13%64.31%-
HSV(B)192.1º54.87%88.63%-
XYZ40.0950.0979.51-
YUV174.25157.276.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.28%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 226 (88.67% from 255) = 42.72%
R=19.28%
G=38.00%
B=42.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022012260.550.1100.11192.168.1364.31
Hex66C9E237B0Bc04440
Octal1463113426713013300104100
Binary110011011001001111000101101111011010111100000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,201,226); }

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

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

 a { background-color: rgb(102,201,226); }

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

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

 span { border-color: rgb(102,201,226); }

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