Shades of Dark Turquoise #06C9D3
Tints of Dark Turquoise #06C9D3
RGB
CMYK
RGB Variations
Color information
#06C9D3 (or 0x06C9D3) is known color: Dark Turquoise. HEX triplet: 06, C9 and D3. RGB value is (6,201,211). Sum of RGB (Red+Green+Blue) = 6+201+211=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #06C9D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C9D3 is #F9362C. Grayscale: #8F8F8F. Windows color (decimal): -16332333 or 13879558. OLE color: 13879558.
HSL color Cylindrical-coordinate representation of color #06C9D3: hue angle of 182.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C9D3 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 201 | 211 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.17 |
| HSL | 182.93º | 0.94% | 0.43% | - |
| HSV(B) | 182.93º | 0.97% | 0.83% | - |
| XYZ | 32.72 | 46.52 | 68.88 | - |
| YUV | 143.84 | 165.9 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 211 | 0.97 | 0.05 | 0 | 0.17 | 182.93 | 0.94 | 0.43 |
| Hex | 6 | C9 | D3 | 61 | 5 | 0 | 11 | B7 | 5E | 2B |
| Octal | 6 | 311 | 323 | 141 | 5 | 0 | 21 | 267 | 136 | 53 |
| Binary | 110 | 11001001 | 11010011 | 1100001 | 101 | 0 | 10001 | 10110111 | 1011110 | 101011 |
Color Harmonies of #06C9D3
Complementary color
Monochromatic Colors of #06C9D3
Black with #06C9D3
Text Example
Text Example
White with #06C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C9D3; }
p { color: rgb(6,201,211); }
H1.HeaderClassName
{
color: #06C9D3;
}
.AnyTagClassName
{
color: #06C9D3;
}
</style>
background-color css
<style>
a { background-color: #06C9D3; }
a { background-color: rgb(6,201,211); }
div.DivClassName
{
background-color: #06C9D3;
}
.BgClassName
{
background-color: #06C9D3;
}
</style>
border-color css
<style>
span { border-color: #06C9D3; }
span { border-color: rgb(6,201,211); }
td.TdClassName
{
border-color: #06C9D3;
}
.TagClassName
{
border-color: #06C9D3;
}
</style>