Shades of Bright Turquoise #19FBDF
Tints of Bright Turquoise #19FBDF
RGB
CMYK
RGB Variations
Color information
#19FBDF (or 0x19FBDF) is known color: Bright Turquoise. HEX triplet: 19, FB and DF. RGB value is (25,251,223). Sum of RGB (Red+Green+Blue) = 25+251+223=499 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5.01% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #19FBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FBDF is #E60420. Grayscale: #B4B4B4. Windows color (decimal): -15074337 or 14678809. OLE color: 14678809.
HSL color Cylindrical-coordinate representation of color #19FBDF: hue angle of 172.57º degrees, saturation: 0.97, 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 #19FBDF is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 251 | 223 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.02 |
| HSL | 172.57º | 0.97% | 0.54% | - |
| HSV(B) | 172.57º | 0.9% | 0.98% | - |
| XYZ | 48.22 | 74.53 | 81.66 | - |
| YUV | 180.23 | 152.13 | 17.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 251 | 223 | 0.90 | 0 | 0.11 | 0.02 | 172.57 | 0.97 | 0.54 |
| Hex | 19 | FB | DF | 5A | 0 | B | 2 | AD | 61 | 36 |
| Octal | 31 | 373 | 337 | 132 | 0 | 13 | 2 | 255 | 141 | 66 |
| Binary | 11001 | 11111011 | 11011111 | 1011010 | 0 | 1011 | 10 | 10101101 | 1100001 | 110110 |
Color Harmonies of #19FBDF
Complementary color
Monochromatic Colors of #19FBDF
Black with #19FBDF
Text Example
Text Example
White with #19FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FBDF; }
p { color: rgb(25,251,223); }
H1.HeaderClassName
{
color: #19FBDF;
}
.AnyTagClassName
{
color: #19FBDF;
}
</style>
background-color css
<style>
a { background-color: #19FBDF; }
a { background-color: rgb(25,251,223); }
div.DivClassName
{
background-color: #19FBDF;
}
.BgClassName
{
background-color: #19FBDF;
}
</style>
border-color css
<style>
span { border-color: #19FBDF; }
span { border-color: rgb(25,251,223); }
td.TdClassName
{
border-color: #19FBDF;
}
.TagClassName
{
border-color: #19FBDF;
}
</style>