Shades of Bright Turquoise #19FFE0
Tints of Bright Turquoise #19FFE0
RGB
CMYK
RGB Variations
Color information
#19FFE0 (or 0x19FFE0) is known color: Bright Turquoise. HEX triplet: 19, FF and E0. RGB value is (25,255,224). Sum of RGB (Red+Green+Blue) = 25+255+224=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFE0 is #E6001F. Grayscale: #B6B6B6. Windows color (decimal): -15073312 or 14745369. OLE color: 14745369.
HSL color Cylindrical-coordinate representation of color #19FFE0: hue angle of 171.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFE0 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 224 | - |
| CMYK | 0.90 | 0 | 0.12 | 0 |
| HSL | 171.91º | 1% | 0.55% | - |
| HSV(B) | 171.91º | 0.9% | 1% | - |
| XYZ | 49.62 | 77.11 | 82.79 | - |
| YUV | 182.7 | 151.3 | 15.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 224 | 0.90 | 0 | 0.12 | 0 | 171.91 | 1 | 0.55 |
| Hex | 19 | FF | E0 | 5A | 0 | C | 0 | AC | 64 | 37 |
| Octal | 31 | 377 | 340 | 132 | 0 | 14 | 0 | 254 | 144 | 67 |
| Binary | 11001 | 11111111 | 11100000 | 1011010 | 0 | 1100 | 0 | 10101100 | 1100100 | 110111 |
Color Harmonies of #19FFE0
Complementary color
Monochromatic Colors of #19FFE0
Black with #19FFE0
Text Example
Text Example
White with #19FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFE0; }
p { color: rgb(25,255,224); }
H1.HeaderClassName
{
color: #19FFE0;
}
.AnyTagClassName
{
color: #19FFE0;
}
</style>
background-color css
<style>
a { background-color: #19FFE0; }
a { background-color: rgb(25,255,224); }
div.DivClassName
{
background-color: #19FFE0;
}
.BgClassName
{
background-color: #19FFE0;
}
</style>
border-color css
<style>
span { border-color: #19FFE0; }
span { border-color: rgb(25,255,224); }
td.TdClassName
{
border-color: #19FFE0;
}
.TagClassName
{
border-color: #19FFE0;
}
</style>