Shades of Dark Turquoise #10D4DD
Tints of Dark Turquoise #10D4DD
RGB
CMYK
RGB Variations
Color information
#10D4DD (or 0x10D4DD) is known color: Dark Turquoise. HEX triplet: 10, D4 and DD. RGB value is (16,212,221). Sum of RGB (Red+Green+Blue) = 16+212+221=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #10D4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D4DD is #EF2B22. Grayscale: #9A9A9A. Windows color (decimal): -15674147 or 14537744. OLE color: 14537744.
HSL color Cylindrical-coordinate representation of color #10D4DD: hue angle of 182.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D4DD is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 212 | 221 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.13 |
| HSL | 182.63º | 0.86% | 0.46% | - |
| HSV(B) | 182.63º | 0.93% | 0.87% | - |
| XYZ | 36.81 | 52.42 | 76.58 | - |
| YUV | 154.42 | 165.57 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 221 | 0.93 | 0.04 | 0 | 0.13 | 182.63 | 0.86 | 0.46 |
| Hex | 10 | D4 | DD | 5D | 4 | 0 | D | B7 | 56 | 2E |
| Octal | 20 | 324 | 335 | 135 | 4 | 0 | 15 | 267 | 126 | 56 |
| Binary | 10000 | 11010100 | 11011101 | 1011101 | 100 | 0 | 1101 | 10110111 | 1010110 | 101110 |
Color Harmonies of #10D4DD
Complementary color
Monochromatic Colors of #10D4DD
Black with #10D4DD
Text Example
Text Example
White with #10D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4DD; }
p { color: rgb(16,212,221); }
H1.HeaderClassName
{
color: #10D4DD;
}
.AnyTagClassName
{
color: #10D4DD;
}
</style>
background-color css
<style>
a { background-color: #10D4DD; }
a { background-color: rgb(16,212,221); }
div.DivClassName
{
background-color: #10D4DD;
}
.BgClassName
{
background-color: #10D4DD;
}
</style>
border-color css
<style>
span { border-color: #10D4DD; }
span { border-color: rgb(16,212,221); }
td.TdClassName
{
border-color: #10D4DD;
}
.TagClassName
{
border-color: #10D4DD;
}
</style>