Shades of Dark Turquoise #06DBCB
Tints of Dark Turquoise #06DBCB
RGB
CMYK
RGB Variations
Color information
#06DBCB (or 0x06DBCB) is known color: Dark Turquoise. HEX triplet: 06, DB and CB. RGB value is (6,219,203). Sum of RGB (Red+Green+Blue) = 6+219+203=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBCB is #F92434. Grayscale: #999999. Windows color (decimal): -16327733 or 13359878. OLE color: 13359878.
HSL color Cylindrical-coordinate representation of color #06DBCB: hue angle of 175.49º 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 #06DBCB is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 203 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.14 |
| HSL | 175.49º | 0.95% | 0.44% | - |
| HSV(B) | 175.49º | 0.97% | 0.86% | - |
| XYZ | 36.19 | 55.01 | 65.21 | - |
| YUV | 153.49 | 155.93 | 22.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 203 | 0.97 | 0 | 0.07 | 0.14 | 175.49 | 0.95 | 0.44 |
| Hex | 6 | DB | CB | 61 | 0 | 7 | E | AF | 5F | 2C |
| Octal | 6 | 333 | 313 | 141 | 0 | 7 | 16 | 257 | 137 | 54 |
| Binary | 110 | 11011011 | 11001011 | 1100001 | 0 | 111 | 1110 | 10101111 | 1011111 | 101100 |
Color Harmonies of #06DBCB
Complementary color
Monochromatic Colors of #06DBCB
Black with #06DBCB
Text Example
Text Example
White with #06DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBCB; }
p { color: rgb(6,219,203); }
H1.HeaderClassName
{
color: #06DBCB;
}
.AnyTagClassName
{
color: #06DBCB;
}
</style>
background-color css
<style>
a { background-color: #06DBCB; }
a { background-color: rgb(6,219,203); }
div.DivClassName
{
background-color: #06DBCB;
}
.BgClassName
{
background-color: #06DBCB;
}
</style>
border-color css
<style>
span { border-color: #06DBCB; }
span { border-color: rgb(6,219,203); }
td.TdClassName
{
border-color: #06DBCB;
}
.TagClassName
{
border-color: #06DBCB;
}
</style>