Shades of Dark Turquoise #06C9DB
Tints of Dark Turquoise #06C9DB
RGB
CMYK
RGB Variations
Color information
#06C9DB (or 0x06C9DB) is known color: Dark Turquoise. HEX triplet: 06, C9 and DB. RGB value is (6,201,219). Sum of RGB (Red+Green+Blue) = 6+201+219=426 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #06C9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C9DB is #F93624. Grayscale: #909090. Windows color (decimal): -16332325 or 14403846. OLE color: 14403846.
HSL color Cylindrical-coordinate representation of color #06C9DB: hue angle of 185.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C9DB is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 201 | 219 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.14 |
| HSL | 185.07º | 0.95% | 0.44% | - |
| HSV(B) | 185.07º | 0.97% | 0.86% | - |
| XYZ | 33.75 | 46.93 | 74.3 | - |
| YUV | 144.75 | 169.9 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 219 | 0.97 | 0.08 | 0 | 0.14 | 185.07 | 0.95 | 0.44 |
| Hex | 6 | C9 | DB | 61 | 8 | 0 | E | B9 | 5F | 2C |
| Octal | 6 | 311 | 333 | 141 | 10 | 0 | 16 | 271 | 137 | 54 |
| Binary | 110 | 11001001 | 11011011 | 1100001 | 1000 | 0 | 1110 | 10111001 | 1011111 | 101100 |
Color Harmonies of #06C9DB
Complementary color
Monochromatic Colors of #06C9DB
Black with #06C9DB
Text Example
Text Example
White with #06C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C9DB; }
p { color: rgb(6,201,219); }
H1.HeaderClassName
{
color: #06C9DB;
}
.AnyTagClassName
{
color: #06C9DB;
}
</style>
background-color css
<style>
a { background-color: #06C9DB; }
a { background-color: rgb(6,201,219); }
div.DivClassName
{
background-color: #06C9DB;
}
.BgClassName
{
background-color: #06C9DB;
}
</style>
border-color css
<style>
span { border-color: #06C9DB; }
span { border-color: rgb(6,201,219); }
td.TdClassName
{
border-color: #06C9DB;
}
.TagClassName
{
border-color: #06C9DB;
}
</style>