Shades of Turquoise Blue #66DCDB
Tints of Turquoise Blue #66DCDB
RGB
CMYK
RGB Variations
Color information
#66DCDB (or 0x66DCDB) is known color: Turquoise Blue. HEX triplet: 66, DC and DB. RGB value is (102,220,219). Sum of RGB (Red+Green+Blue) = 102+220+219=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCDB is #992324. Grayscale: #B8B8B8. Windows color (decimal): -10036005 or 14408806. OLE color: 14408806.
HSL color Cylindrical-coordinate representation of color #66DCDB: hue angle of 179.49º 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 #66DCDB is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 219 | - |
| CMYK | 0.54 | 0 | 0.00 | 0.14 |
| HSL | 179.49º | 0.63% | 0.63% | - |
| HSV(B) | 179.49º | 0.54% | 0.86% | - |
| XYZ | 43.86 | 59.13 | 76.12 | - |
| YUV | 184.6 | 147.41 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 219 | 0.54 | 0 | 0.00 | 0.14 | 179.49 | 0.63 | 0.63 |
| Hex | 66 | DC | DB | 36 | 0 | 0 | E | B3 | 3F | 3F |
| Octal | 146 | 334 | 333 | 66 | 0 | 0 | 16 | 263 | 77 | 77 |
| Binary | 1100110 | 11011100 | 11011011 | 110110 | 0 | 0 | 1110 | 10110011 | 111111 | 111111 |
Color Harmonies of #66DCDB
Complementary color
Monochromatic Colors of #66DCDB
Black with #66DCDB
Text Example
Text Example
White with #66DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DCDB; }
p { color: rgb(102,220,219); }
H1.HeaderClassName
{
color: #66DCDB;
}
.AnyTagClassName
{
color: #66DCDB;
}
</style>
background-color css
<style>
a { background-color: #66DCDB; }
a { background-color: rgb(102,220,219); }
div.DivClassName
{
background-color: #66DCDB;
}
.BgClassName
{
background-color: #66DCDB;
}
</style>
border-color css
<style>
span { border-color: #66DCDB; }
span { border-color: rgb(102,220,219); }
td.TdClassName
{
border-color: #66DCDB;
}
.TagClassName
{
border-color: #66DCDB;
}
</style>