Shades of Dark Turquoise #10CEDB
Tints of Dark Turquoise #10CEDB
RGB
CMYK
RGB Variations
Color information
#10CEDB (or 0x10CEDB) is known color: Dark Turquoise. HEX triplet: 10, CE and DB. RGB value is (16,206,219). Sum of RGB (Red+Green+Blue) = 16+206+219=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #10CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CEDB is #EF3124. Grayscale: #969696. Windows color (decimal): -15675685 or 14405136. OLE color: 14405136.
HSL color Cylindrical-coordinate representation of color #10CEDB: hue angle of 183.84º 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 #10CEDB is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 206 | 219 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.14 |
| HSL | 183.84º | 0.86% | 0.46% | - |
| HSV(B) | 183.84º | 0.93% | 0.86% | - |
| XYZ | 35.07 | 49.37 | 74.7 | - |
| YUV | 150.67 | 166.55 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 219 | 0.93 | 0.06 | 0 | 0.14 | 183.84 | 0.86 | 0.46 |
| Hex | 10 | CE | DB | 5D | 6 | 0 | E | B8 | 56 | 2E |
| Octal | 20 | 316 | 333 | 135 | 6 | 0 | 16 | 270 | 126 | 56 |
| Binary | 10000 | 11001110 | 11011011 | 1011101 | 110 | 0 | 1110 | 10111000 | 1010110 | 101110 |
Color Harmonies of #10CEDB
Complementary color
Monochromatic Colors of #10CEDB
Black with #10CEDB
Text Example
Text Example
White with #10CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEDB; }
p { color: rgb(16,206,219); }
H1.HeaderClassName
{
color: #10CEDB;
}
.AnyTagClassName
{
color: #10CEDB;
}
</style>
background-color css
<style>
a { background-color: #10CEDB; }
a { background-color: rgb(16,206,219); }
div.DivClassName
{
background-color: #10CEDB;
}
.BgClassName
{
background-color: #10CEDB;
}
</style>
border-color css
<style>
span { border-color: #10CEDB; }
span { border-color: rgb(16,206,219); }
td.TdClassName
{
border-color: #10CEDB;
}
.TagClassName
{
border-color: #10CEDB;
}
</style>