Shades of Turquoise Blue #66C9DB
Tints of Turquoise Blue #66C9DB
RGB
CMYK
RGB Variations
Color information
#66C9DB (or 0x66C9DB) is known color: Turquoise Blue. HEX triplet: 66, C9 and DB. RGB value is (102,201,219). Sum of RGB (Red+Green+Blue) = 102+201+219=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #66C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C9DB is #993624. Grayscale: #ADADAD. Windows color (decimal): -10040869 or 14403942. OLE color: 14403942.
HSL color Cylindrical-coordinate representation of color #66C9DB: hue angle of 189.23º 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 #66C9DB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 201 | 219 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.14 |
| HSL | 189.23º | 0.62% | 0.63% | - |
| HSV(B) | 189.23º | 0.53% | 0.86% | - |
| XYZ | 39.15 | 49.71 | 74.55 | - |
| YUV | 173.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 219 | 0.53 | 0.08 | 0 | 0.14 | 189.23 | 0.62 | 0.63 |
| Hex | 66 | C9 | DB | 35 | 8 | 0 | E | BD | 3E | 3F |
| Octal | 146 | 311 | 333 | 65 | 10 | 0 | 16 | 275 | 76 | 77 |
| Binary | 1100110 | 11001001 | 11011011 | 110101 | 1000 | 0 | 1110 | 10111101 | 111110 | 111111 |
Color Harmonies of #66C9DB
Complementary color
Monochromatic Colors of #66C9DB
Black with #66C9DB
Text Example
Text Example
White with #66C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C9DB; }
p { color: rgb(102,201,219); }
H1.HeaderClassName
{
color: #66C9DB;
}
.AnyTagClassName
{
color: #66C9DB;
}
</style>
background-color css
<style>
a { background-color: #66C9DB; }
a { background-color: rgb(102,201,219); }
div.DivClassName
{
background-color: #66C9DB;
}
.BgClassName
{
background-color: #66C9DB;
}
</style>
border-color css
<style>
span { border-color: #66C9DB; }
span { border-color: rgb(102,201,219); }
td.TdClassName
{
border-color: #66C9DB;
}
.TagClassName
{
border-color: #66C9DB;
}
</style>