Shades of Turquoise Blue #66DADB
Tints of Turquoise Blue #66DADB
RGB
CMYK
RGB Variations
Color information
#66DADB (or 0x66DADB) is known color: Turquoise Blue. HEX triplet: 66, DA and DB. RGB value is (102,218,219). Sum of RGB (Red+Green+Blue) = 102+218+219=539 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.92% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #66DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DADB is #992524. Grayscale: #B7B7B7. Windows color (decimal): -10036517 or 14408294. OLE color: 14408294.
HSL color Cylindrical-coordinate representation of color #66DADB: hue angle of 180.51º 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 #66DADB is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 218 | 219 | - |
| CMYK | 0.53 | 0.00 | 0 | 0.14 |
| HSL | 180.51º | 0.62% | 0.63% | - |
| HSV(B) | 180.51º | 0.53% | 0.86% | - |
| XYZ | 43.34 | 58.08 | 75.94 | - |
| YUV | 183.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 219 | 0.53 | 0.00 | 0 | 0.14 | 180.51 | 0.62 | 0.63 |
| Hex | 66 | DA | DB | 35 | 0 | 0 | E | B5 | 3E | 3F |
| Octal | 146 | 332 | 333 | 65 | 0 | 0 | 16 | 265 | 76 | 77 |
| Binary | 1100110 | 11011010 | 11011011 | 110101 | 0 | 0 | 1110 | 10110101 | 111110 | 111111 |
Color Harmonies of #66DADB
Complementary color
Monochromatic Colors of #66DADB
Black with #66DADB
Text Example
Text Example
White with #66DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DADB; }
p { color: rgb(102,218,219); }
H1.HeaderClassName
{
color: #66DADB;
}
.AnyTagClassName
{
color: #66DADB;
}
</style>
background-color css
<style>
a { background-color: #66DADB; }
a { background-color: rgb(102,218,219); }
div.DivClassName
{
background-color: #66DADB;
}
.BgClassName
{
background-color: #66DADB;
}
</style>
border-color css
<style>
span { border-color: #66DADB; }
span { border-color: rgb(102,218,219); }
td.TdClassName
{
border-color: #66DADB;
}
.TagClassName
{
border-color: #66DADB;
}
</style>