Shades of Dark Turquoise #10D4DA
Tints of Dark Turquoise #10D4DA
RGB
CMYK
RGB Variations
Color information
#10D4DA (or 0x10D4DA) is known color: Dark Turquoise. HEX triplet: 10, D4 and DA. RGB value is (16,212,218). Sum of RGB (Red+Green+Blue) = 16+212+218=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #10D4DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D4DA is #EF2B25. Grayscale: #999999. Windows color (decimal): -15674150 or 14341136. OLE color: 14341136.
HSL color Cylindrical-coordinate representation of color #10D4DA: hue angle of 181.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D4DA is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 212 | 218 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.15 |
| HSL | 181.78º | 0.86% | 0.46% | - |
| HSV(B) | 181.78º | 0.93% | 0.85% | - |
| XYZ | 36.41 | 52.26 | 74.5 | - |
| YUV | 154.08 | 164.07 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 218 | 0.93 | 0.03 | 0 | 0.15 | 181.78 | 0.86 | 0.46 |
| Hex | 10 | D4 | DA | 5D | 3 | 0 | F | B6 | 56 | 2E |
| Octal | 20 | 324 | 332 | 135 | 3 | 0 | 17 | 266 | 126 | 56 |
| Binary | 10000 | 11010100 | 11011010 | 1011101 | 11 | 0 | 1111 | 10110110 | 1010110 | 101110 |
Color Harmonies of #10D4DA
Complementary color
Monochromatic Colors of #10D4DA
Black with #10D4DA
Text Example
Text Example
White with #10D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4DA; }
p { color: rgb(16,212,218); }
H1.HeaderClassName
{
color: #10D4DA;
}
.AnyTagClassName
{
color: #10D4DA;
}
</style>
background-color css
<style>
a { background-color: #10D4DA; }
a { background-color: rgb(16,212,218); }
div.DivClassName
{
background-color: #10D4DA;
}
.BgClassName
{
background-color: #10D4DA;
}
</style>
border-color css
<style>
span { border-color: #10D4DA; }
span { border-color: rgb(16,212,218); }
td.TdClassName
{
border-color: #10D4DA;
}
.TagClassName
{
border-color: #10D4DA;
}
</style>