Shades of Bright Turquoise #19DFC5
Tints of Bright Turquoise #19DFC5
RGB
CMYK
RGB Variations
Color information
#19DFC5 (or 0x19DFC5) is known color: Bright Turquoise. HEX triplet: 19, DF and C5. RGB value is (25,223,197). Sum of RGB (Red+Green+Blue) = 25+223+197=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DFC5 is #E6203A. Grayscale: #A0A0A0. Windows color (decimal): -15081531 or 12967705. OLE color: 12967705.
HSL color Cylindrical-coordinate representation of color #19DFC5: hue angle of 172.12º 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 #19DFC5 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 197 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.13 |
| HSL | 172.12º | 0.8% | 0.49% | - |
| HSV(B) | 172.12º | 0.89% | 0.87% | - |
| XYZ | 36.87 | 57.01 | 61.88 | - |
| YUV | 160.83 | 148.4 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 197 | 0.89 | 0 | 0.12 | 0.13 | 172.12 | 0.8 | 0.49 |
| Hex | 19 | DF | C5 | 59 | 0 | C | D | AC | 50 | 31 |
| Octal | 31 | 337 | 305 | 131 | 0 | 14 | 15 | 254 | 120 | 61 |
| Binary | 11001 | 11011111 | 11000101 | 1011001 | 0 | 1100 | 1101 | 10101100 | 1010000 | 110001 |
Color Harmonies of #19DFC5
Complementary color
Monochromatic Colors of #19DFC5
Black with #19DFC5
Text Example
Text Example
White with #19DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFC5; }
p { color: rgb(25,223,197); }
H1.HeaderClassName
{
color: #19DFC5;
}
.AnyTagClassName
{
color: #19DFC5;
}
</style>
background-color css
<style>
a { background-color: #19DFC5; }
a { background-color: rgb(25,223,197); }
div.DivClassName
{
background-color: #19DFC5;
}
.BgClassName
{
background-color: #19DFC5;
}
</style>
border-color css
<style>
span { border-color: #19DFC5; }
span { border-color: rgb(25,223,197); }
td.TdClassName
{
border-color: #19DFC5;
}
.TagClassName
{
border-color: #19DFC5;
}
</style>