Shades of Bright Turquoise #19F9ED
Tints of Bright Turquoise #19F9ED
RGB
CMYK
RGB Variations
Color information
#19F9ED (or 0x19F9ED) is known color: Bright Turquoise. HEX triplet: 19, F9 and ED. RGB value is (25,249,237). Sum of RGB (Red+Green+Blue) = 25+249+237=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F9ED is #E60612. Grayscale: #B4B4B4. Windows color (decimal): -15074835 or 15595801. OLE color: 15595801.
HSL color Cylindrical-coordinate representation of color #19F9ED: hue angle of 176.79º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F9ED is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 249 | 237 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.02 |
| HSL | 176.79º | 0.95% | 0.54% | - |
| HSV(B) | 176.79º | 0.9% | 0.98% | - |
| XYZ | 49.56 | 74.07 | 91.81 | - |
| YUV | 180.66 | 159.79 | 16.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 237 | 0.90 | 0 | 0.05 | 0.02 | 176.79 | 0.95 | 0.54 |
| Hex | 19 | F9 | ED | 5A | 0 | 5 | 2 | B1 | 5F | 36 |
| Octal | 31 | 371 | 355 | 132 | 0 | 5 | 2 | 261 | 137 | 66 |
| Binary | 11001 | 11111001 | 11101101 | 1011010 | 0 | 101 | 10 | 10110001 | 1011111 | 110110 |
Color Harmonies of #19F9ED
Complementary color
Monochromatic Colors of #19F9ED
Black with #19F9ED
Text Example
Text Example
White with #19F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F9ED; }
p { color: rgb(25,249,237); }
H1.HeaderClassName
{
color: #19F9ED;
}
.AnyTagClassName
{
color: #19F9ED;
}
</style>
background-color css
<style>
a { background-color: #19F9ED; }
a { background-color: rgb(25,249,237); }
div.DivClassName
{
background-color: #19F9ED;
}
.BgClassName
{
background-color: #19F9ED;
}
</style>
border-color css
<style>
span { border-color: #19F9ED; }
span { border-color: rgb(25,249,237); }
td.TdClassName
{
border-color: #19F9ED;
}
.TagClassName
{
border-color: #19F9ED;
}
</style>