#66D8DC

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

Shades of Turquoise Blue #66D8DC

Tints of Turquoise Blue #66D8DC

Color information

#66D8DC (or 0x66D8DC) is unknown color: approx Turquoise Blue. HEX triplet: 66, D8 and DC. RGB value is (102,216,220). Sum of RGB (Red+Green+Blue) = 102+216+220=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #66D8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8DC is #992723. Grayscale: #B6B6B6. Windows color (decimal): -10037028 or 14473318. OLE color: 14473318.

HSL color Cylindrical-coordinate representation of color #66D8DC: hue angle of 182.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D8DC is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102216220-
CMYK0.540.0200.14
HSL182.03º62.77%63.14%-
HSV(B)182.03º53.64%86.27%-
XYZ42.9557.176.47-
YUV182.37149.2370.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.96%
GREEN value IS 216 (84.77% from 255) = 40.15%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=18.96%
G=40.15%
B=40.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022162200.540.0200.14182.0362.7763.14
Hex66D8DC3620Eb63f3f
Octal1463303346620162667777
Binary11001101101100011011100110110100111010110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,220); }

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

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

 a { background-color: rgb(102,216,220); }

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

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

 span { border-color: rgb(102,216,220); }

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