Shades of Dark Turquoise #06C7DB
Tints of Dark Turquoise #06C7DB
RGB
CMYK
RGB Variations
Color information
#06C7DB (or 0x06C7DB) is known color: Dark Turquoise. HEX triplet: 06, C7 and DB. RGB value is (6,199,219). Sum of RGB (Red+Green+Blue) = 6+199+219=424 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #06C7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C7DB is #F93824. Grayscale: #8F8F8F. Windows color (decimal): -16332837 or 14403334. OLE color: 14403334.
HSL color Cylindrical-coordinate representation of color #06C7DB: hue angle of 185.63º 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 #06C7DB is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 199 | 219 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.14 |
| HSL | 185.63º | 0.95% | 0.44% | - |
| HSV(B) | 185.63º | 0.97% | 0.86% | - |
| XYZ | 33.28 | 46 | 74.14 | - |
| YUV | 143.57 | 170.56 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 199 | 219 | 0.97 | 0.09 | 0 | 0.14 | 185.63 | 0.95 | 0.44 |
| Hex | 6 | C7 | DB | 61 | 9 | 0 | E | BA | 5F | 2C |
| Octal | 6 | 307 | 333 | 141 | 11 | 0 | 16 | 272 | 137 | 54 |
| Binary | 110 | 11000111 | 11011011 | 1100001 | 1001 | 0 | 1110 | 10111010 | 1011111 | 101100 |
Color Harmonies of #06C7DB
Complementary color
Monochromatic Colors of #06C7DB
Black with #06C7DB
Text Example
Text Example
White with #06C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C7DB; }
p { color: rgb(6,199,219); }
H1.HeaderClassName
{
color: #06C7DB;
}
.AnyTagClassName
{
color: #06C7DB;
}
</style>
background-color css
<style>
a { background-color: #06C7DB; }
a { background-color: rgb(6,199,219); }
div.DivClassName
{
background-color: #06C7DB;
}
.BgClassName
{
background-color: #06C7DB;
}
</style>
border-color css
<style>
span { border-color: #06C7DB; }
span { border-color: rgb(6,199,219); }
td.TdClassName
{
border-color: #06C7DB;
}
.TagClassName
{
border-color: #06C7DB;
}
</style>