Shades of Bright Turquoise #19E0CB
Tints of Bright Turquoise #19E0CB
RGB
CMYK
RGB Variations
Color information
#19E0CB (or 0x19E0CB) is known color: Bright Turquoise. HEX triplet: 19, E0 and CB. RGB value is (25,224,203). Sum of RGB (Red+Green+Blue) = 25+224+203=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #19E0CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E0CB is #E61F34. Grayscale: #A1A1A1. Windows color (decimal): -15081269 or 13361177. OLE color: 13361177.
HSL color Cylindrical-coordinate representation of color #19E0CB: hue angle of 173.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E0CB is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 224 | 203 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.12 |
| HSL | 173.67º | 0.8% | 0.49% | - |
| HSV(B) | 173.67º | 0.89% | 0.88% | - |
| XYZ | 37.84 | 57.83 | 65.67 | - |
| YUV | 162.11 | 151.07 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 224 | 203 | 0.89 | 0 | 0.09 | 0.12 | 173.67 | 0.8 | 0.49 |
| Hex | 19 | E0 | CB | 59 | 0 | 9 | C | AE | 50 | 31 |
| Octal | 31 | 340 | 313 | 131 | 0 | 11 | 14 | 256 | 120 | 61 |
| Binary | 11001 | 11100000 | 11001011 | 1011001 | 0 | 1001 | 1100 | 10101110 | 1010000 | 110001 |
Color Harmonies of #19E0CB
Complementary color
Monochromatic Colors of #19E0CB
Black with #19E0CB
Text Example
Text Example
White with #19E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E0CB; }
p { color: rgb(25,224,203); }
H1.HeaderClassName
{
color: #19E0CB;
}
.AnyTagClassName
{
color: #19E0CB;
}
</style>
background-color css
<style>
a { background-color: #19E0CB; }
a { background-color: rgb(25,224,203); }
div.DivClassName
{
background-color: #19E0CB;
}
.BgClassName
{
background-color: #19E0CB;
}
</style>
border-color css
<style>
span { border-color: #19E0CB; }
span { border-color: rgb(25,224,203); }
td.TdClassName
{
border-color: #19E0CB;
}
.TagClassName
{
border-color: #19E0CB;
}
</style>