Shades of Dark Turquoise #10CCDB
Tints of Dark Turquoise #10CCDB
RGB
CMYK
RGB Variations
Color information
#10CCDB (or 0x10CCDB) is known color: Dark Turquoise. HEX triplet: 10, CC and DB. RGB value is (16,204,219). Sum of RGB (Red+Green+Blue) = 16+204+219=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #10CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCDB is #EF3324. Grayscale: #959595. Windows color (decimal): -15676197 or 14404624. OLE color: 14404624.
HSL color Cylindrical-coordinate representation of color #10CCDB: hue angle of 184.43º 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 #10CCDB is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 204 | 219 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.14 |
| HSL | 184.43º | 0.86% | 0.46% | - |
| HSV(B) | 184.43º | 0.93% | 0.86% | - |
| XYZ | 34.59 | 48.41 | 74.54 | - |
| YUV | 149.5 | 167.22 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 219 | 0.93 | 0.07 | 0 | 0.14 | 184.43 | 0.86 | 0.46 |
| Hex | 10 | CC | DB | 5D | 7 | 0 | E | B8 | 56 | 2E |
| Octal | 20 | 314 | 333 | 135 | 7 | 0 | 16 | 270 | 126 | 56 |
| Binary | 10000 | 11001100 | 11011011 | 1011101 | 111 | 0 | 1110 | 10111000 | 1010110 | 101110 |
Color Harmonies of #10CCDB
Complementary color
Monochromatic Colors of #10CCDB
Black with #10CCDB
Text Example
Text Example
White with #10CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCDB; }
p { color: rgb(16,204,219); }
H1.HeaderClassName
{
color: #10CCDB;
}
.AnyTagClassName
{
color: #10CCDB;
}
</style>
background-color css
<style>
a { background-color: #10CCDB; }
a { background-color: rgb(16,204,219); }
div.DivClassName
{
background-color: #10CCDB;
}
.BgClassName
{
background-color: #10CCDB;
}
</style>
border-color css
<style>
span { border-color: #10CCDB; }
span { border-color: rgb(16,204,219); }
td.TdClassName
{
border-color: #10CCDB;
}
.TagClassName
{
border-color: #10CCDB;
}
</style>