Shades of Dark Turquoise #10D0CE
Tints of Dark Turquoise #10D0CE
RGB
CMYK
RGB Variations
Color information
#10D0CE (or 0x10D0CE) is known color: Dark Turquoise. HEX triplet: 10, D0 and CE. RGB value is (16,208,206). Sum of RGB (Red+Green+Blue) = 16+208+206=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #10D0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D0CE is #EF2F31. Grayscale: #969696. Windows color (decimal): -15675186 or 13553680. OLE color: 13553680.
HSL color Cylindrical-coordinate representation of color #10D0CE: hue angle of 179.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D0CE is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 206 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.18 |
| HSL | 179.38º | 0.86% | 0.44% | - |
| HSV(B) | 179.38º | 0.92% | 0.82% | - |
| XYZ | 33.91 | 49.68 | 66.19 | - |
| YUV | 150.36 | 159.39 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 206 | 0.92 | 0 | 0.01 | 0.18 | 179.38 | 0.86 | 0.44 |
| Hex | 10 | D0 | CE | 5C | 0 | 1 | 12 | B3 | 56 | 2C |
| Octal | 20 | 320 | 316 | 134 | 0 | 1 | 22 | 263 | 126 | 54 |
| Binary | 10000 | 11010000 | 11001110 | 1011100 | 0 | 1 | 10010 | 10110011 | 1010110 | 101100 |
Color Harmonies of #10D0CE
Complementary color
Monochromatic Colors of #10D0CE
Black with #10D0CE
Text Example
Text Example
White with #10D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0CE; }
p { color: rgb(16,208,206); }
H1.HeaderClassName
{
color: #10D0CE;
}
.AnyTagClassName
{
color: #10D0CE;
}
</style>
background-color css
<style>
a { background-color: #10D0CE; }
a { background-color: rgb(16,208,206); }
div.DivClassName
{
background-color: #10D0CE;
}
.BgClassName
{
background-color: #10D0CE;
}
</style>
border-color css
<style>
span { border-color: #10D0CE; }
span { border-color: rgb(16,208,206); }
td.TdClassName
{
border-color: #10D0CE;
}
.TagClassName
{
border-color: #10D0CE;
}
</style>