Shades of Bright Turquoise #19F5EF
Tints of Bright Turquoise #19F5EF
RGB
CMYK
RGB Variations
Color information
#19F5EF (or 0x19F5EF) is known color: Bright Turquoise. HEX triplet: 19, F5 and EF. RGB value is (25,245,239). Sum of RGB (Red+Green+Blue) = 25+245+239=509 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.91% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F5EF is #E60A10. Grayscale: #B2B2B2. Windows color (decimal): -15075857 or 15725849. OLE color: 15725849.
HSL color Cylindrical-coordinate representation of color #19F5EF: hue angle of 178.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F5EF is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 239 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.04 |
| HSL | 178.36º | 0.92% | 0.53% | - |
| HSV(B) | 178.36º | 0.9% | 0.96% | - |
| XYZ | 48.63 | 71.74 | 92.95 | - |
| YUV | 178.54 | 162.11 | 18.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 239 | 0.90 | 0 | 0.02 | 0.04 | 178.36 | 0.92 | 0.53 |
| Hex | 19 | F5 | EF | 5A | 0 | 2 | 4 | B2 | 5C | 35 |
| Octal | 31 | 365 | 357 | 132 | 0 | 2 | 4 | 262 | 134 | 65 |
| Binary | 11001 | 11110101 | 11101111 | 1011010 | 0 | 10 | 100 | 10110010 | 1011100 | 110101 |
Color Harmonies of #19F5EF
Complementary color
Monochromatic Colors of #19F5EF
Black with #19F5EF
Text Example
Text Example
White with #19F5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F5EF; }
p { color: rgb(25,245,239); }
H1.HeaderClassName
{
color: #19F5EF;
}
.AnyTagClassName
{
color: #19F5EF;
}
</style>
background-color css
<style>
a { background-color: #19F5EF; }
a { background-color: rgb(25,245,239); }
div.DivClassName
{
background-color: #19F5EF;
}
.BgClassName
{
background-color: #19F5EF;
}
</style>
border-color css
<style>
span { border-color: #19F5EF; }
span { border-color: rgb(25,245,239); }
td.TdClassName
{
border-color: #19F5EF;
}
.TagClassName
{
border-color: #19F5EF;
}
</style>