Shades of Bright Turquoise #19FBED
Tints of Bright Turquoise #19FBED
RGB
CMYK
RGB Variations
Color information
#19FBED (or 0x19FBED) is known color: Bright Turquoise. HEX triplet: 19, FB and ED. RGB value is (25,251,237). Sum of RGB (Red+Green+Blue) = 25+251+237=513 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.87% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #19FBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FBED is #E60412. Grayscale: #B5B5B5. Windows color (decimal): -15074323 or 15596313. OLE color: 15596313.
HSL color Cylindrical-coordinate representation of color #19FBED: hue angle of 176.28º degrees, saturation: 0.97, 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 #19FBED is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 251 | 237 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.02 |
| HSL | 176.28º | 0.97% | 0.54% | - |
| HSV(B) | 176.28º | 0.9% | 0.98% | - |
| XYZ | 50.18 | 75.32 | 92.01 | - |
| YUV | 181.83 | 159.13 | 16.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 251 | 237 | 0.90 | 0 | 0.06 | 0.02 | 176.28 | 0.97 | 0.54 |
| Hex | 19 | FB | ED | 5A | 0 | 6 | 2 | B0 | 61 | 36 |
| Octal | 31 | 373 | 355 | 132 | 0 | 6 | 2 | 260 | 141 | 66 |
| Binary | 11001 | 11111011 | 11101101 | 1011010 | 0 | 110 | 10 | 10110000 | 1100001 | 110110 |
Color Harmonies of #19FBED
Complementary color
Monochromatic Colors of #19FBED
Black with #19FBED
Text Example
Text Example
White with #19FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FBED; }
p { color: rgb(25,251,237); }
H1.HeaderClassName
{
color: #19FBED;
}
.AnyTagClassName
{
color: #19FBED;
}
</style>
background-color css
<style>
a { background-color: #19FBED; }
a { background-color: rgb(25,251,237); }
div.DivClassName
{
background-color: #19FBED;
}
.BgClassName
{
background-color: #19FBED;
}
</style>
border-color css
<style>
span { border-color: #19FBED; }
span { border-color: rgb(25,251,237); }
td.TdClassName
{
border-color: #19FBED;
}
.TagClassName
{
border-color: #19FBED;
}
</style>