Shades of Dark Turquoise #06C3DC
Tints of Dark Turquoise #06C3DC
RGB
CMYK
RGB Variations
Color information
#06C3DC (or 0x06C3DC) is known color: Dark Turquoise. HEX triplet: 06, C3 and DC. RGB value is (6,195,220). Sum of RGB (Red+Green+Blue) = 6+195+220=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #06C3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C3DC is #F93C23. Grayscale: #8D8D8D. Windows color (decimal): -16333860 or 14467846. OLE color: 14467846.
HSL color Cylindrical-coordinate representation of color #06C3DC: hue angle of 187.01º 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 #06C3DC is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 195 | 220 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.14 |
| HSL | 187.01º | 0.95% | 0.44% | - |
| HSV(B) | 187.01º | 0.97% | 0.86% | - |
| XYZ | 32.51 | 44.24 | 74.54 | - |
| YUV | 141.34 | 172.38 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 220 | 0.97 | 0.11 | 0 | 0.14 | 187.01 | 0.95 | 0.44 |
| Hex | 6 | C3 | DC | 61 | B | 0 | E | BB | 5F | 2C |
| Octal | 6 | 303 | 334 | 141 | 13 | 0 | 16 | 273 | 137 | 54 |
| Binary | 110 | 11000011 | 11011100 | 1100001 | 1011 | 0 | 1110 | 10111011 | 1011111 | 101100 |
Color Harmonies of #06C3DC
Complementary color
Monochromatic Colors of #06C3DC
Black with #06C3DC
Text Example
Text Example
White with #06C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C3DC; }
p { color: rgb(6,195,220); }
H1.HeaderClassName
{
color: #06C3DC;
}
.AnyTagClassName
{
color: #06C3DC;
}
</style>
background-color css
<style>
a { background-color: #06C3DC; }
a { background-color: rgb(6,195,220); }
div.DivClassName
{
background-color: #06C3DC;
}
.BgClassName
{
background-color: #06C3DC;
}
</style>
border-color css
<style>
span { border-color: #06C3DC; }
span { border-color: rgb(6,195,220); }
td.TdClassName
{
border-color: #06C3DC;
}
.TagClassName
{
border-color: #06C3DC;
}
</style>