Shades of Bright Turquoise #19EEBE
Tints of Bright Turquoise #19EEBE
RGB
CMYK
RGB Variations
Color information
#19EEBE (or 0x19EEBE) is known color: Bright Turquoise. HEX triplet: 19, EE and BE. RGB value is (25,238,190). Sum of RGB (Red+Green+Blue) = 25+238+190=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #19EEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EEBE is #E61141. Grayscale: #A8A8A8. Windows color (decimal): -15077698 or 12512793. OLE color: 12512793.
HSL color Cylindrical-coordinate representation of color #19EEBE: hue angle of 166.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EEBE is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 190 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.07 |
| HSL | 166.48º | 0.86% | 0.52% | - |
| HSV(B) | 166.48º | 0.89% | 0.93% | - |
| XYZ | 40.27 | 65.07 | 59.15 | - |
| YUV | 168.84 | 139.93 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 190 | 0.89 | 0 | 0.20 | 0.07 | 166.48 | 0.86 | 0.52 |
| Hex | 19 | EE | BE | 59 | 0 | 14 | 7 | A6 | 56 | 34 |
| Octal | 31 | 356 | 276 | 131 | 0 | 24 | 7 | 246 | 126 | 64 |
| Binary | 11001 | 11101110 | 10111110 | 1011001 | 0 | 10100 | 111 | 10100110 | 1010110 | 110100 |
Color Harmonies of #19EEBE
Complementary color
Monochromatic Colors of #19EEBE
Black with #19EEBE
Text Example
Text Example
White with #19EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EEBE; }
p { color: rgb(25,238,190); }
H1.HeaderClassName
{
color: #19EEBE;
}
.AnyTagClassName
{
color: #19EEBE;
}
</style>
background-color css
<style>
a { background-color: #19EEBE; }
a { background-color: rgb(25,238,190); }
div.DivClassName
{
background-color: #19EEBE;
}
.BgClassName
{
background-color: #19EEBE;
}
</style>
border-color css
<style>
span { border-color: #19EEBE; }
span { border-color: rgb(25,238,190); }
td.TdClassName
{
border-color: #19EEBE;
}
.TagClassName
{
border-color: #19EEBE;
}
</style>