Shades of Bright Turquoise #19F8DF
Tints of Bright Turquoise #19F8DF
RGB
CMYK
RGB Variations
Color information
#19F8DF (or 0x19F8DF) is known color: Bright Turquoise. HEX triplet: 19, F8 and DF. RGB value is (25,248,223). Sum of RGB (Red+Green+Blue) = 25+248+223=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #19F8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F8DF is #E60720. Grayscale: #B2B2B2. Windows color (decimal): -15075105 or 14678041. OLE color: 14678041.
HSL color Cylindrical-coordinate representation of color #19F8DF: hue angle of 173.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F8DF is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 248 | 223 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.03 |
| HSL | 173.27º | 0.94% | 0.54% | - |
| HSV(B) | 173.27º | 0.9% | 0.97% | - |
| XYZ | 47.29 | 72.67 | 81.35 | - |
| YUV | 178.47 | 153.12 | 18.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 248 | 223 | 0.90 | 0 | 0.10 | 0.03 | 173.27 | 0.94 | 0.54 |
| Hex | 19 | F8 | DF | 5A | 0 | A | 3 | AD | 5E | 36 |
| Octal | 31 | 370 | 337 | 132 | 0 | 12 | 3 | 255 | 136 | 66 |
| Binary | 11001 | 11111000 | 11011111 | 1011010 | 0 | 1010 | 11 | 10101101 | 1011110 | 110110 |
Color Harmonies of #19F8DF
Complementary color
Monochromatic Colors of #19F8DF
Black with #19F8DF
Text Example
Text Example
White with #19F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F8DF; }
p { color: rgb(25,248,223); }
H1.HeaderClassName
{
color: #19F8DF;
}
.AnyTagClassName
{
color: #19F8DF;
}
</style>
background-color css
<style>
a { background-color: #19F8DF; }
a { background-color: rgb(25,248,223); }
div.DivClassName
{
background-color: #19F8DF;
}
.BgClassName
{
background-color: #19F8DF;
}
</style>
border-color css
<style>
span { border-color: #19F8DF; }
span { border-color: rgb(25,248,223); }
td.TdClassName
{
border-color: #19F8DF;
}
.TagClassName
{
border-color: #19F8DF;
}
</style>