Shades of Dark Turquoise #10CCD0
Tints of Dark Turquoise #10CCD0
RGB
CMYK
RGB Variations
Color information
#10CCD0 (or 0x10CCD0) is known color: Dark Turquoise. HEX triplet: 10, CC and D0. RGB value is (16,204,208). Sum of RGB (Red+Green+Blue) = 16+204+208=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #10CCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCD0 is #EF332F. Grayscale: #949494. Windows color (decimal): -15676208 or 13683728. OLE color: 13683728.
HSL color Cylindrical-coordinate representation of color #10CCD0: hue angle of 181.25º 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 #10CCD0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 204 | 208 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.18 |
| HSL | 181.25º | 0.86% | 0.44% | - |
| HSV(B) | 181.25º | 0.92% | 0.82% | - |
| XYZ | 33.19 | 47.85 | 67.16 | - |
| YUV | 148.24 | 161.72 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 208 | 0.92 | 0.02 | 0 | 0.18 | 181.25 | 0.86 | 0.44 |
| Hex | 10 | CC | D0 | 5C | 2 | 0 | 12 | B5 | 56 | 2C |
| Octal | 20 | 314 | 320 | 134 | 2 | 0 | 22 | 265 | 126 | 54 |
| Binary | 10000 | 11001100 | 11010000 | 1011100 | 10 | 0 | 10010 | 10110101 | 1010110 | 101100 |
Color Harmonies of #10CCD0
Complementary color
Monochromatic Colors of #10CCD0
Black with #10CCD0
Text Example
Text Example
White with #10CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCD0; }
p { color: rgb(16,204,208); }
H1.HeaderClassName
{
color: #10CCD0;
}
.AnyTagClassName
{
color: #10CCD0;
}
</style>
background-color css
<style>
a { background-color: #10CCD0; }
a { background-color: rgb(16,204,208); }
div.DivClassName
{
background-color: #10CCD0;
}
.BgClassName
{
background-color: #10CCD0;
}
</style>
border-color css
<style>
span { border-color: #10CCD0; }
span { border-color: rgb(16,204,208); }
td.TdClassName
{
border-color: #10CCD0;
}
.TagClassName
{
border-color: #10CCD0;
}
</style>