Shades of Bright Turquoise #19FDE0
Tints of Bright Turquoise #19FDE0
RGB
CMYK
RGB Variations
Color information
#19FDE0 (or 0x19FDE0) is known color: Bright Turquoise. HEX triplet: 19, FD and E0. RGB value is (25,253,224). Sum of RGB (Red+Green+Blue) = 25+253+224=502 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.98% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FDE0 is #E6021F. Grayscale: #B5B5B5. Windows color (decimal): -15073824 or 14744857. OLE color: 14744857.
HSL color Cylindrical-coordinate representation of color #19FDE0: hue angle of 172.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FDE0 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 253 | 224 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.01 |
| HSL | 172.37º | 0.98% | 0.55% | - |
| HSV(B) | 172.37º | 0.9% | 0.99% | - |
| XYZ | 48.98 | 75.84 | 82.58 | - |
| YUV | 181.52 | 151.96 | 16.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 224 | 0.90 | 0 | 0.11 | 0.01 | 172.37 | 0.98 | 0.55 |
| Hex | 19 | FD | E0 | 5A | 0 | B | 1 | AC | 62 | 37 |
| Octal | 31 | 375 | 340 | 132 | 0 | 13 | 1 | 254 | 142 | 67 |
| Binary | 11001 | 11111101 | 11100000 | 1011010 | 0 | 1011 | 1 | 10101100 | 1100010 | 110111 |
Color Harmonies of #19FDE0
Complementary color
Monochromatic Colors of #19FDE0
Black with #19FDE0
Text Example
Text Example
White with #19FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FDE0; }
p { color: rgb(25,253,224); }
H1.HeaderClassName
{
color: #19FDE0;
}
.AnyTagClassName
{
color: #19FDE0;
}
</style>
background-color css
<style>
a { background-color: #19FDE0; }
a { background-color: rgb(25,253,224); }
div.DivClassName
{
background-color: #19FDE0;
}
.BgClassName
{
background-color: #19FDE0;
}
</style>
border-color css
<style>
span { border-color: #19FDE0; }
span { border-color: rgb(25,253,224); }
td.TdClassName
{
border-color: #19FDE0;
}
.TagClassName
{
border-color: #19FDE0;
}
</style>