Shades of Dark Turquoise #06D3DC
Tints of Dark Turquoise #06D3DC
RGB
CMYK
RGB Variations
Color information
#06D3DC (or 0x06D3DC) is known color: Dark Turquoise. HEX triplet: 06, D3 and DC. RGB value is (6,211,220). Sum of RGB (Red+Green+Blue) = 6+211+220=437 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #06D3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D3DC is #F92C23. Grayscale: #969696. Windows color (decimal): -16329764 or 14471942. OLE color: 14471942.
HSL color Cylindrical-coordinate representation of color #06D3DC: hue angle of 182.52º 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 #06D3DC is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 211 | 220 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.14 |
| HSL | 182.52º | 0.95% | 0.44% | - |
| HSV(B) | 182.52º | 0.97% | 0.86% | - |
| XYZ | 36.29 | 51.79 | 75.79 | - |
| YUV | 150.73 | 167.08 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 220 | 0.97 | 0.04 | 0 | 0.14 | 182.52 | 0.95 | 0.44 |
| Hex | 6 | D3 | DC | 61 | 4 | 0 | E | B7 | 5F | 2C |
| Octal | 6 | 323 | 334 | 141 | 4 | 0 | 16 | 267 | 137 | 54 |
| Binary | 110 | 11010011 | 11011100 | 1100001 | 100 | 0 | 1110 | 10110111 | 1011111 | 101100 |
Color Harmonies of #06D3DC
Complementary color
Monochromatic Colors of #06D3DC
Black with #06D3DC
Text Example
Text Example
White with #06D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D3DC; }
p { color: rgb(6,211,220); }
H1.HeaderClassName
{
color: #06D3DC;
}
.AnyTagClassName
{
color: #06D3DC;
}
</style>
background-color css
<style>
a { background-color: #06D3DC; }
a { background-color: rgb(6,211,220); }
div.DivClassName
{
background-color: #06D3DC;
}
.BgClassName
{
background-color: #06D3DC;
}
</style>
border-color css
<style>
span { border-color: #06D3DC; }
span { border-color: rgb(6,211,220); }
td.TdClassName
{
border-color: #06D3DC;
}
.TagClassName
{
border-color: #06D3DC;
}
</style>