Shades of Dark Turquoise #10CFD5
Tints of Dark Turquoise #10CFD5
RGB
CMYK
RGB Variations
Color information
#10CFD5 (or 0x10CFD5) is known color: Dark Turquoise. HEX triplet: 10, CF and D5. RGB value is (16,207,213). Sum of RGB (Red+Green+Blue) = 16+207+213=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #10CFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFD5 is #EF302A. Grayscale: #969696. Windows color (decimal): -15675435 or 14012176. OLE color: 14012176.
HSL color Cylindrical-coordinate representation of color #10CFD5: hue angle of 181.83º 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 #10CFD5 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 207 | 213 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.16 |
| HSL | 181.83º | 0.86% | 0.45% | - |
| HSV(B) | 181.83º | 0.92% | 0.84% | - |
| XYZ | 34.54 | 49.54 | 70.69 | - |
| YUV | 150.58 | 163.22 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 213 | 0.92 | 0.03 | 0 | 0.16 | 181.83 | 0.86 | 0.45 |
| Hex | 10 | CF | D5 | 5C | 3 | 0 | 10 | B6 | 56 | 2D |
| Octal | 20 | 317 | 325 | 134 | 3 | 0 | 20 | 266 | 126 | 55 |
| Binary | 10000 | 11001111 | 11010101 | 1011100 | 11 | 0 | 10000 | 10110110 | 1010110 | 101101 |
Color Harmonies of #10CFD5
Complementary color
Monochromatic Colors of #10CFD5
Black with #10CFD5
Text Example
Text Example
White with #10CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFD5; }
p { color: rgb(16,207,213); }
H1.HeaderClassName
{
color: #10CFD5;
}
.AnyTagClassName
{
color: #10CFD5;
}
</style>
background-color css
<style>
a { background-color: #10CFD5; }
a { background-color: rgb(16,207,213); }
div.DivClassName
{
background-color: #10CFD5;
}
.BgClassName
{
background-color: #10CFD5;
}
</style>
border-color css
<style>
span { border-color: #10CFD5; }
span { border-color: rgb(16,207,213); }
td.TdClassName
{
border-color: #10CFD5;
}
.TagClassName
{
border-color: #10CFD5;
}
</style>