Shades of Dark Turquoise #10CCD5
Tints of Dark Turquoise #10CCD5
RGB
CMYK
RGB Variations
Color information
#10CCD5 (or 0x10CCD5) is known color: Dark Turquoise. HEX triplet: 10, CC and D5. RGB value is (16,204,213). Sum of RGB (Red+Green+Blue) = 16+204+213=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #10CCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCD5 is #EF332A. Grayscale: #949494. Windows color (decimal): -15676203 or 14011408. OLE color: 14011408.
HSL color Cylindrical-coordinate representation of color #10CCD5: hue angle of 182.74º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CCD5 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 204 | 213 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.16 |
| HSL | 182.74º | 0.86% | 0.45% | - |
| HSV(B) | 182.74º | 0.92% | 0.84% | - |
| XYZ | 33.82 | 48.1 | 70.45 | - |
| YUV | 148.81 | 164.22 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 213 | 0.92 | 0.04 | 0 | 0.16 | 182.74 | 0.86 | 0.45 |
| Hex | 10 | CC | D5 | 5C | 4 | 0 | 10 | B7 | 56 | 2D |
| Octal | 20 | 314 | 325 | 134 | 4 | 0 | 20 | 267 | 126 | 55 |
| Binary | 10000 | 11001100 | 11010101 | 1011100 | 100 | 0 | 10000 | 10110111 | 1010110 | 101101 |
Color Harmonies of #10CCD5
Complementary color
Monochromatic Colors of #10CCD5
Black with #10CCD5
Text Example
Text Example
White with #10CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCD5; }
p { color: rgb(16,204,213); }
H1.HeaderClassName
{
color: #10CCD5;
}
.AnyTagClassName
{
color: #10CCD5;
}
</style>
background-color css
<style>
a { background-color: #10CCD5; }
a { background-color: rgb(16,204,213); }
div.DivClassName
{
background-color: #10CCD5;
}
.BgClassName
{
background-color: #10CCD5;
}
</style>
border-color css
<style>
span { border-color: #10CCD5; }
span { border-color: rgb(16,204,213); }
td.TdClassName
{
border-color: #10CCD5;
}
.TagClassName
{
border-color: #10CCD5;
}
</style>