Shades of Dark Turquoise #19CFDA
Tints of Dark Turquoise #19CFDA
RGB
CMYK
RGB Variations
Color information
#19CFDA (or 0x19CFDA) is known color: Dark Turquoise. HEX triplet: 19, CF and DA. RGB value is (25,207,218). Sum of RGB (Red+Green+Blue) = 25+207+218=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #19CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CFDA is #E63025. Grayscale: #999999. Windows color (decimal): -15085606 or 14339865. OLE color: 14339865.
HSL color Cylindrical-coordinate representation of color #19CFDA: hue angle of 183.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CFDA is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 207 | 218 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.15 |
| HSL | 183.42º | 0.79% | 0.48% | - |
| HSV(B) | 183.42º | 0.89% | 0.85% | - |
| XYZ | 35.37 | 49.89 | 74.1 | - |
| YUV | 153.84 | 164.2 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 218 | 0.89 | 0.05 | 0 | 0.15 | 183.42 | 0.79 | 0.48 |
| Hex | 19 | CF | DA | 59 | 5 | 0 | F | B7 | 4F | 30 |
| Octal | 31 | 317 | 332 | 131 | 5 | 0 | 17 | 267 | 117 | 60 |
| Binary | 11001 | 11001111 | 11011010 | 1011001 | 101 | 0 | 1111 | 10110111 | 1001111 | 110000 |
Color Harmonies of #19CFDA
Complementary color
Monochromatic Colors of #19CFDA
Black with #19CFDA
Text Example
Text Example
White with #19CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFDA; }
p { color: rgb(25,207,218); }
H1.HeaderClassName
{
color: #19CFDA;
}
.AnyTagClassName
{
color: #19CFDA;
}
</style>
background-color css
<style>
a { background-color: #19CFDA; }
a { background-color: rgb(25,207,218); }
div.DivClassName
{
background-color: #19CFDA;
}
.BgClassName
{
background-color: #19CFDA;
}
</style>
border-color css
<style>
span { border-color: #19CFDA; }
span { border-color: rgb(25,207,218); }
td.TdClassName
{
border-color: #19CFDA;
}
.TagClassName
{
border-color: #19CFDA;
}
</style>