Shades of Dark Turquoise #19D7CF
Tints of Dark Turquoise #19D7CF
RGB
CMYK
RGB Variations
Color information
#19D7CF (or 0x19D7CF) is known color: Dark Turquoise. HEX triplet: 19, D7 and CF. RGB value is (25,215,207). Sum of RGB (Red+Green+Blue) = 25+215+207=447 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.59% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #19D7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D7CF is #E62830. Grayscale: #9D9D9D. Windows color (decimal): -15083569 or 13621017. OLE color: 13621017.
HSL color Cylindrical-coordinate representation of color #19D7CF: hue angle of 177.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D7CF is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 215 | 207 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.16 |
| HSL | 177.47º | 0.79% | 0.47% | - |
| HSV(B) | 177.47º | 0.88% | 0.84% | - |
| XYZ | 35.96 | 53.31 | 67.43 | - |
| YUV | 157.28 | 156.05 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 215 | 207 | 0.88 | 0 | 0.04 | 0.16 | 177.47 | 0.79 | 0.47 |
| Hex | 19 | D7 | CF | 58 | 0 | 4 | 10 | B1 | 4F | 2F |
| Octal | 31 | 327 | 317 | 130 | 0 | 4 | 20 | 261 | 117 | 57 |
| Binary | 11001 | 11010111 | 11001111 | 1011000 | 0 | 100 | 10000 | 10110001 | 1001111 | 101111 |
Color Harmonies of #19D7CF
Complementary color
Monochromatic Colors of #19D7CF
Black with #19D7CF
Text Example
Text Example
White with #19D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D7CF; }
p { color: rgb(25,215,207); }
H1.HeaderClassName
{
color: #19D7CF;
}
.AnyTagClassName
{
color: #19D7CF;
}
</style>
background-color css
<style>
a { background-color: #19D7CF; }
a { background-color: rgb(25,215,207); }
div.DivClassName
{
background-color: #19D7CF;
}
.BgClassName
{
background-color: #19D7CF;
}
</style>
border-color css
<style>
span { border-color: #19D7CF; }
span { border-color: rgb(25,215,207); }
td.TdClassName
{
border-color: #19D7CF;
}
.TagClassName
{
border-color: #19D7CF;
}
</style>