Shades of Dark Turquoise #10CFD7
Tints of Dark Turquoise #10CFD7
RGB
CMYK
RGB Variations
Color information
#10CFD7 (or 0x10CFD7) is known color: Dark Turquoise. HEX triplet: 10, CF and D7. RGB value is (16,207,215). Sum of RGB (Red+Green+Blue) = 16+207+215=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #10CFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFD7 is #EF3028. Grayscale: #969696. Windows color (decimal): -15675433 or 14143248. OLE color: 14143248.
HSL color Cylindrical-coordinate representation of color #10CFD7: hue angle of 182.41º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CFD7 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 207 | 215 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.16 |
| HSL | 182.41º | 0.86% | 0.45% | - |
| HSV(B) | 182.41º | 0.93% | 0.84% | - |
| XYZ | 34.79 | 49.64 | 72.04 | - |
| YUV | 150.8 | 164.22 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 215 | 0.93 | 0.04 | 0 | 0.16 | 182.41 | 0.86 | 0.45 |
| Hex | 10 | CF | D7 | 5D | 4 | 0 | 10 | B6 | 56 | 2D |
| Octal | 20 | 317 | 327 | 135 | 4 | 0 | 20 | 266 | 126 | 55 |
| Binary | 10000 | 11001111 | 11010111 | 1011101 | 100 | 0 | 10000 | 10110110 | 1010110 | 101101 |
Color Harmonies of #10CFD7
Complementary color
Monochromatic Colors of #10CFD7
Black with #10CFD7
Text Example
Text Example
White with #10CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFD7; }
p { color: rgb(16,207,215); }
H1.HeaderClassName
{
color: #10CFD7;
}
.AnyTagClassName
{
color: #10CFD7;
}
</style>
background-color css
<style>
a { background-color: #10CFD7; }
a { background-color: rgb(16,207,215); }
div.DivClassName
{
background-color: #10CFD7;
}
.BgClassName
{
background-color: #10CFD7;
}
</style>
border-color css
<style>
span { border-color: #10CFD7; }
span { border-color: rgb(16,207,215); }
td.TdClassName
{
border-color: #10CFD7;
}
.TagClassName
{
border-color: #10CFD7;
}
</style>