Shades of Dark Turquoise #10CBDB
Tints of Dark Turquoise #10CBDB
RGB
CMYK
RGB Variations
Color information
#10CBDB (or 0x10CBDB) is known color: Dark Turquoise. HEX triplet: 10, CB and DB. RGB value is (16,203,219). Sum of RGB (Red+Green+Blue) = 16+203+219=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #10CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBDB is #EF3424. Grayscale: #949494. Windows color (decimal): -15676453 or 14404368. OLE color: 14404368.
HSL color Cylindrical-coordinate representation of color #10CBDB: hue angle of 184.73º 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 #10CBDB is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 203 | 219 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.14 |
| HSL | 184.73º | 0.86% | 0.46% | - |
| HSV(B) | 184.73º | 0.93% | 0.86% | - |
| XYZ | 34.36 | 47.94 | 74.46 | - |
| YUV | 148.91 | 167.55 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 219 | 0.93 | 0.07 | 0 | 0.14 | 184.73 | 0.86 | 0.46 |
| Hex | 10 | CB | DB | 5D | 7 | 0 | E | B9 | 56 | 2E |
| Octal | 20 | 313 | 333 | 135 | 7 | 0 | 16 | 271 | 126 | 56 |
| Binary | 10000 | 11001011 | 11011011 | 1011101 | 111 | 0 | 1110 | 10111001 | 1010110 | 101110 |
Color Harmonies of #10CBDB
Complementary color
Monochromatic Colors of #10CBDB
Black with #10CBDB
Text Example
Text Example
White with #10CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBDB; }
p { color: rgb(16,203,219); }
H1.HeaderClassName
{
color: #10CBDB;
}
.AnyTagClassName
{
color: #10CBDB;
}
</style>
background-color css
<style>
a { background-color: #10CBDB; }
a { background-color: rgb(16,203,219); }
div.DivClassName
{
background-color: #10CBDB;
}
.BgClassName
{
background-color: #10CBDB;
}
</style>
border-color css
<style>
span { border-color: #10CBDB; }
span { border-color: rgb(16,203,219); }
td.TdClassName
{
border-color: #10CBDB;
}
.TagClassName
{
border-color: #10CBDB;
}
</style>