Shades of Dark Turquoise #19CFDB
Tints of Dark Turquoise #19CFDB
RGB
CMYK
RGB Variations
Color information
#19CFDB (or 0x19CFDB) is known color: Dark Turquoise. HEX triplet: 19, CF and DB. RGB value is (25,207,219). Sum of RGB (Red+Green+Blue) = 25+207+219=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #19CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CFDB is #E63024. Grayscale: #999999. Windows color (decimal): -15085605 or 14405401. OLE color: 14405401.
HSL color Cylindrical-coordinate representation of color #19CFDB: hue angle of 183.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CFDB is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 207 | 219 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.14 |
| HSL | 183.71º | 0.8% | 0.48% | - |
| HSV(B) | 183.71º | 0.89% | 0.86% | - |
| XYZ | 35.5 | 49.95 | 74.79 | - |
| YUV | 153.95 | 164.7 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 219 | 0.89 | 0.05 | 0 | 0.14 | 183.71 | 0.8 | 0.48 |
| Hex | 19 | CF | DB | 59 | 5 | 0 | E | B8 | 50 | 30 |
| Octal | 31 | 317 | 333 | 131 | 5 | 0 | 16 | 270 | 120 | 60 |
| Binary | 11001 | 11001111 | 11011011 | 1011001 | 101 | 0 | 1110 | 10111000 | 1010000 | 110000 |
Color Harmonies of #19CFDB
Complementary color
Monochromatic Colors of #19CFDB
Black with #19CFDB
Text Example
Text Example
White with #19CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFDB; }
p { color: rgb(25,207,219); }
H1.HeaderClassName
{
color: #19CFDB;
}
.AnyTagClassName
{
color: #19CFDB;
}
</style>
background-color css
<style>
a { background-color: #19CFDB; }
a { background-color: rgb(25,207,219); }
div.DivClassName
{
background-color: #19CFDB;
}
.BgClassName
{
background-color: #19CFDB;
}
</style>
border-color css
<style>
span { border-color: #19CFDB; }
span { border-color: rgb(25,207,219); }
td.TdClassName
{
border-color: #19CFDB;
}
.TagClassName
{
border-color: #19CFDB;
}
</style>