Shades of Dark Turquoise #10DBCB
Tints of Dark Turquoise #10DBCB
RGB
CMYK
RGB Variations
Color information
#10DBCB (or 0x10DBCB) is known color: Dark Turquoise. HEX triplet: 10, DB and CB. RGB value is (16,219,203). Sum of RGB (Red+Green+Blue) = 16+219+203=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBCB is #EF2434. Grayscale: #9C9C9C. Windows color (decimal): -15672373 or 13359888. OLE color: 13359888.
HSL color Cylindrical-coordinate representation of color #10DBCB: hue angle of 175.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBCB is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 203 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.14 |
| HSL | 175.27º | 0.86% | 0.46% | - |
| HSV(B) | 175.27º | 0.93% | 0.86% | - |
| XYZ | 36.32 | 55.08 | 65.22 | - |
| YUV | 156.48 | 154.25 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 203 | 0.93 | 0 | 0.07 | 0.14 | 175.27 | 0.86 | 0.46 |
| Hex | 10 | DB | CB | 5D | 0 | 7 | E | AF | 56 | 2E |
| Octal | 20 | 333 | 313 | 135 | 0 | 7 | 16 | 257 | 126 | 56 |
| Binary | 10000 | 11011011 | 11001011 | 1011101 | 0 | 111 | 1110 | 10101111 | 1010110 | 101110 |
Color Harmonies of #10DBCB
Complementary color
Monochromatic Colors of #10DBCB
Black with #10DBCB
Text Example
Text Example
White with #10DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBCB; }
p { color: rgb(16,219,203); }
H1.HeaderClassName
{
color: #10DBCB;
}
.AnyTagClassName
{
color: #10DBCB;
}
</style>
background-color css
<style>
a { background-color: #10DBCB; }
a { background-color: rgb(16,219,203); }
div.DivClassName
{
background-color: #10DBCB;
}
.BgClassName
{
background-color: #10DBCB;
}
</style>
border-color css
<style>
span { border-color: #10DBCB; }
span { border-color: rgb(16,219,203); }
td.TdClassName
{
border-color: #10DBCB;
}
.TagClassName
{
border-color: #10DBCB;
}
</style>