Shades of Dark Turquoise #10D4DF
Tints of Dark Turquoise #10D4DF
RGB
CMYK
RGB Variations
Color information
#10D4DF (or 0x10D4DF) is known color: Dark Turquoise. HEX triplet: 10, D4 and DF. RGB value is (16,212,223). Sum of RGB (Red+Green+Blue) = 16+212+223=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #10D4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D4DF is #EF2B20. Grayscale: #9A9A9A. Windows color (decimal): -15674145 or 14668816. OLE color: 14668816.
HSL color Cylindrical-coordinate representation of color #10D4DF: hue angle of 183.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D4DF is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 16 | 212 | 223 | - |
CMYK | 0.93 | 0.05 | 0 | 0.13 |
HSL | 183.19º | 0.87% | 0.47% | - |
HSV(B) | 183.19º | 0.93% | 0.87% | - |
XYZ | 37.08 | 52.52 | 78 | - |
YUV | 154.65 | 166.57 | 29.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 212 | 223 | 0.93 | 0.05 | 0 | 0.13 | 183.19 | 0.87 | 0.47 |
Hex | 10 | D4 | DF | 5D | 5 | 0 | D | B7 | 57 | 2F |
Octal | 20 | 324 | 337 | 135 | 5 | 0 | 15 | 267 | 127 | 57 |
Binary | 10000 | 11010100 | 11011111 | 1011101 | 101 | 0 | 1101 | 10110111 | 1010111 | 101111 |
Color Harmonies of #10D4DF
Complementary color
Monochromatic Colors of #10D4DF
Black with #10D4DF
Text Example
Text Example
White with #10D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4DF; }
p { color: rgb(16,212,223); }
H1.HeaderClassName
{
color: #10D4DF;
}
.AnyTagClassName
{
color: #10D4DF;
}
</style>
background-color css
<style>
a { background-color: #10D4DF; }
a { background-color: rgb(16,212,223); }
div.DivClassName
{
background-color: #10D4DF;
}
.BgClassName
{
background-color: #10D4DF;
}
</style>
border-color css
<style>
span { border-color: #10D4DF; }
span { border-color: rgb(16,212,223); }
td.TdClassName
{
border-color: #10D4DF;
}
.TagClassName
{
border-color: #10D4DF;
}
</style>