Shades of Bright Turquoise #19FFDE
Tints of Bright Turquoise #19FFDE
RGB
CMYK
RGB Variations
Color information
#19FFDE (or 0x19FFDE) is known color: Bright Turquoise. HEX triplet: 19, FF and DE. RGB value is (25,255,222). Sum of RGB (Red+Green+Blue) = 25+255+222=502 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.98% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFDE is #E60021. Grayscale: #B6B6B6. Windows color (decimal): -15073314 or 14614297. OLE color: 14614297.
HSL color Cylindrical-coordinate representation of color #19FFDE: hue angle of 171.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFDE is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 222 | - |
| CMYK | 0.90 | 0 | 0.13 | 0 |
| HSL | 171.39º | 1% | 0.55% | - |
| HSV(B) | 171.39º | 0.9% | 1% | - |
| XYZ | 49.35 | 77 | 81.37 | - |
| YUV | 182.47 | 150.3 | 15.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 222 | 0.90 | 0 | 0.13 | 0 | 171.39 | 1 | 0.55 |
| Hex | 19 | FF | DE | 5A | 0 | D | 0 | AB | 64 | 37 |
| Octal | 31 | 377 | 336 | 132 | 0 | 15 | 0 | 253 | 144 | 67 |
| Binary | 11001 | 11111111 | 11011110 | 1011010 | 0 | 1101 | 0 | 10101011 | 1100100 | 110111 |
Color Harmonies of #19FFDE
Complementary color
Monochromatic Colors of #19FFDE
Black with #19FFDE
Text Example
Text Example
White with #19FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFDE; }
p { color: rgb(25,255,222); }
H1.HeaderClassName
{
color: #19FFDE;
}
.AnyTagClassName
{
color: #19FFDE;
}
</style>
background-color css
<style>
a { background-color: #19FFDE; }
a { background-color: rgb(25,255,222); }
div.DivClassName
{
background-color: #19FFDE;
}
.BgClassName
{
background-color: #19FFDE;
}
</style>
border-color css
<style>
span { border-color: #19FFDE; }
span { border-color: rgb(25,255,222); }
td.TdClassName
{
border-color: #19FFDE;
}
.TagClassName
{
border-color: #19FFDE;
}
</style>