#66D9DC

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

Shades of Turquoise Blue #66D9DC

Tints of Turquoise Blue #66D9DC

Color information

#66D9DC (or 0x66D9DC) is unknown color: approx Turquoise Blue. HEX triplet: 66, D9 and DC. RGB value is (102,217,220). Sum of RGB (Red+Green+Blue) = 102+217+220=539 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.92% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #66D9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9DC is #992623. Grayscale: #B6B6B6. Windows color (decimal): -10036772 or 14473574. OLE color: 14473574.

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

Color convert

RGB102217220-
CMYK0.540.0100.14
HSL181.53º62.77%63.14%-
HSV(B)181.53º53.64%86.27%-
XYZ43.2157.6276.55-
YUV182.96148.970.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.92%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=18.92%
G=40.26%
B=40.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022172200.540.0100.14181.5362.7763.14
Hex66D9DC3610Eb63f3f
Octal1463313346610162667777
Binary1100110110110011101110011011010111010110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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