Shades of Bright Turquoise #19E1CB
Tints of Bright Turquoise #19E1CB
RGB
CMYK
RGB Variations
Color information
#19E1CB (or 0x19E1CB) is known color: Bright Turquoise. HEX triplet: 19, E1 and CB. RGB value is (25,225,203). Sum of RGB (Red+Green+Blue) = 25+225+203=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #19E1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E1CB is #E61E34. Grayscale: #A2A2A2. Windows color (decimal): -15081013 or 13361433. OLE color: 13361433.
HSL color Cylindrical-coordinate representation of color #19E1CB: hue angle of 173.4º 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 #19E1CB is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 203 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.12 |
| HSL | 173.4º | 0.8% | 0.49% | - |
| HSV(B) | 173.4º | 0.89% | 0.88% | - |
| XYZ | 38.11 | 58.37 | 65.76 | - |
| YUV | 162.69 | 150.74 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 203 | 0.89 | 0 | 0.10 | 0.12 | 173.4 | 0.8 | 0.49 |
| Hex | 19 | E1 | CB | 59 | 0 | A | C | AD | 50 | 31 |
| Octal | 31 | 341 | 313 | 131 | 0 | 12 | 14 | 255 | 120 | 61 |
| Binary | 11001 | 11100001 | 11001011 | 1011001 | 0 | 1010 | 1100 | 10101101 | 1010000 | 110001 |
Color Harmonies of #19E1CB
Complementary color
Monochromatic Colors of #19E1CB
Black with #19E1CB
Text Example
Text Example
White with #19E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E1CB; }
p { color: rgb(25,225,203); }
H1.HeaderClassName
{
color: #19E1CB;
}
.AnyTagClassName
{
color: #19E1CB;
}
</style>
background-color css
<style>
a { background-color: #19E1CB; }
a { background-color: rgb(25,225,203); }
div.DivClassName
{
background-color: #19E1CB;
}
.BgClassName
{
background-color: #19E1CB;
}
</style>
border-color css
<style>
span { border-color: #19E1CB; }
span { border-color: rgb(25,225,203); }
td.TdClassName
{
border-color: #19E1CB;
}
.TagClassName
{
border-color: #19E1CB;
}
</style>