#66CCDD

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

Shades of Turquoise Blue #66CCDD

Tints of Turquoise Blue #66CCDD

Color information

#66CCDD (or 0x66CCDD) is unknown color: approx Turquoise Blue. HEX triplet: 66, CC and DD. RGB value is (102,204,221). Sum of RGB (Red+Green+Blue) = 102+204+221=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #66CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCDD is #993322. Grayscale: #AFAFAF. Windows color (decimal): -10040099 or 14535782. OLE color: 14535782.

HSL color Cylindrical-coordinate representation of color #66CCDD: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CCDD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102204221-
CMYK0.540.0800.13
HSL188.57º63.64%63.33%-
HSV(B)188.57º53.85%86.67%-
XYZ40.1251.2376.18-
YUV175.44153.7175.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.35%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=19.35%
G=38.71%
B=41.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022042210.540.0800.13188.5763.6463.33
Hex66CCDD3680Dbd403f
Octal146314335661001527510077
Binary11001101100110011011101110110100001101101111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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