#66d1db

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

Shades of Turquoise Blue #66D1DB

Tints of Turquoise Blue #66D1DB

Color information

#66D1DB (or 0x66D1DB) is unknown color: approx Turquoise Blue. HEX triplet: 66, D1 and DB. RGB value is (102,209,219). Sum of RGB (Red+Green+Blue) = 102+209+219=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #66D1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D1DB is #992E24. Grayscale: #B2B2B2. Windows color (decimal): -10038821 or 14405990. OLE color: 14405990.

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

Color convert

RGB102209219-
CMYK0.530.0500.14
HSL185.13º61.9%62.94%-
HSV(B)185.13º53.42%85.88%-
XYZ41.0753.5475.19-
YUV178.15151.0573.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.25%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=19.25%
G=39.43%
B=41.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022092190.530.0500.14185.1361.962.94
Hex66D1DB3550Eb93e3f
Octal1463213336550162717677
Binary110011011010001110110111101011010111010111001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66d1db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,209,219); }

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

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

 a { background-color: rgb(102,209,219); }

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

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

 span { border-color: rgb(102,209,219); }

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