Shades of Bright Turquoise #19F9CE
Tints of Bright Turquoise #19F9CE
RGB
CMYK
RGB Variations
Color information
#19F9CE (or 0x19F9CE) is known color: Bright Turquoise. HEX triplet: 19, F9 and CE. RGB value is (25,249,206). Sum of RGB (Red+Green+Blue) = 25+249+206=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F9CE is #E60631. Grayscale: #B1B1B1. Windows color (decimal): -15074866 or 13564185. OLE color: 13564185.
HSL color Cylindrical-coordinate representation of color #19F9CE: hue angle of 168.48º 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 #19F9CE is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 249 | 206 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.02 |
| HSL | 168.48º | 0.95% | 0.54% | - |
| HSV(B) | 168.48º | 0.9% | 0.98% | - |
| XYZ | 45.42 | 72.41 | 69.98 | - |
| YUV | 177.12 | 144.29 | 19.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 206 | 0.90 | 0 | 0.17 | 0.02 | 168.48 | 0.95 | 0.54 |
| Hex | 19 | F9 | CE | 5A | 0 | 11 | 2 | A8 | 5F | 36 |
| Octal | 31 | 371 | 316 | 132 | 0 | 21 | 2 | 250 | 137 | 66 |
| Binary | 11001 | 11111001 | 11001110 | 1011010 | 0 | 10001 | 10 | 10101000 | 1011111 | 110110 |
Color Harmonies of #19F9CE
Complementary color
Monochromatic Colors of #19F9CE
Black with #19F9CE
Text Example
Text Example
White with #19F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F9CE; }
p { color: rgb(25,249,206); }
H1.HeaderClassName
{
color: #19F9CE;
}
.AnyTagClassName
{
color: #19F9CE;
}
</style>
background-color css
<style>
a { background-color: #19F9CE; }
a { background-color: rgb(25,249,206); }
div.DivClassName
{
background-color: #19F9CE;
}
.BgClassName
{
background-color: #19F9CE;
}
</style>
border-color css
<style>
span { border-color: #19F9CE; }
span { border-color: rgb(25,249,206); }
td.TdClassName
{
border-color: #19F9CE;
}
.TagClassName
{
border-color: #19F9CE;
}
</style>