Shades of Bright Turquoise #19DFCC
Tints of Bright Turquoise #19DFCC
RGB
CMYK
RGB Variations
Color information
#19DFCC (or 0x19DFCC) is known color: Bright Turquoise. HEX triplet: 19, DF and CC. RGB value is (25,223,204). Sum of RGB (Red+Green+Blue) = 25+223+204=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DFCC is #E62033. Grayscale: #A1A1A1. Windows color (decimal): -15081524 or 13426457. OLE color: 13426457.
HSL color Cylindrical-coordinate representation of color #19DFCC: hue angle of 174.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFCC is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 204 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.13 |
| HSL | 174.24º | 0.8% | 0.49% | - |
| HSV(B) | 174.24º | 0.89% | 0.87% | - |
| XYZ | 37.69 | 57.34 | 66.21 | - |
| YUV | 161.63 | 151.9 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 204 | 0.89 | 0 | 0.09 | 0.13 | 174.24 | 0.8 | 0.49 |
| Hex | 19 | DF | CC | 59 | 0 | 9 | D | AE | 50 | 31 |
| Octal | 31 | 337 | 314 | 131 | 0 | 11 | 15 | 256 | 120 | 61 |
| Binary | 11001 | 11011111 | 11001100 | 1011001 | 0 | 1001 | 1101 | 10101110 | 1010000 | 110001 |
Color Harmonies of #19DFCC
Complementary color
Monochromatic Colors of #19DFCC
Black with #19DFCC
Text Example
Text Example
White with #19DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFCC; }
p { color: rgb(25,223,204); }
H1.HeaderClassName
{
color: #19DFCC;
}
.AnyTagClassName
{
color: #19DFCC;
}
</style>
background-color css
<style>
a { background-color: #19DFCC; }
a { background-color: rgb(25,223,204); }
div.DivClassName
{
background-color: #19DFCC;
}
.BgClassName
{
background-color: #19DFCC;
}
</style>
border-color css
<style>
span { border-color: #19DFCC; }
span { border-color: rgb(25,223,204); }
td.TdClassName
{
border-color: #19DFCC;
}
.TagClassName
{
border-color: #19DFCC;
}
</style>