Shades of Bright Turquoise #19FDCE
Tints of Bright Turquoise #19FDCE
RGB
CMYK
RGB Variations
Color information
#19FDCE (or 0x19FDCE) is known color: Bright Turquoise. HEX triplet: 19, FD and CE. RGB value is (25,253,206). Sum of RGB (Red+Green+Blue) = 25+253+206=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FDCE is #E60231. Grayscale: #B3B3B3. Windows color (decimal): -15073842 or 13565209. OLE color: 13565209.
HSL color Cylindrical-coordinate representation of color #19FDCE: hue angle of 167.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FDCE is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 253 | 206 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.01 |
| HSL | 167.63º | 0.98% | 0.55% | - |
| HSV(B) | 167.63º | 0.9% | 0.99% | - |
| XYZ | 46.67 | 74.91 | 70.39 | - |
| YUV | 179.47 | 142.96 | 17.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 206 | 0.90 | 0 | 0.19 | 0.01 | 167.63 | 0.98 | 0.55 |
| Hex | 19 | FD | CE | 5A | 0 | 13 | 1 | A8 | 62 | 37 |
| Octal | 31 | 375 | 316 | 132 | 0 | 23 | 1 | 250 | 142 | 67 |
| Binary | 11001 | 11111101 | 11001110 | 1011010 | 0 | 10011 | 1 | 10101000 | 1100010 | 110111 |
Color Harmonies of #19FDCE
Complementary color
Monochromatic Colors of #19FDCE
Black with #19FDCE
Text Example
Text Example
White with #19FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FDCE; }
p { color: rgb(25,253,206); }
H1.HeaderClassName
{
color: #19FDCE;
}
.AnyTagClassName
{
color: #19FDCE;
}
</style>
background-color css
<style>
a { background-color: #19FDCE; }
a { background-color: rgb(25,253,206); }
div.DivClassName
{
background-color: #19FDCE;
}
.BgClassName
{
background-color: #19FDCE;
}
</style>
border-color css
<style>
span { border-color: #19FDCE; }
span { border-color: rgb(25,253,206); }
td.TdClassName
{
border-color: #19FDCE;
}
.TagClassName
{
border-color: #19FDCE;
}
</style>