Shades of Bright Turquoise #19FCDB
Tints of Bright Turquoise #19FCDB
RGB
CMYK
RGB Variations
Color information
#19FCDB (or 0x19FCDB) is known color: Bright Turquoise. HEX triplet: 19, FC and DB. RGB value is (25,252,219). Sum of RGB (Red+Green+Blue) = 25+252+219=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCDB is #E60324. Grayscale: #B4B4B4. Windows color (decimal): -15074085 or 14416921. OLE color: 14416921.
HSL color Cylindrical-coordinate representation of color #19FCDB: hue angle of 171.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCDB is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 219 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.01 |
| HSL | 171.28º | 0.97% | 0.54% | - |
| HSV(B) | 171.28º | 0.9% | 0.99% | - |
| XYZ | 48 | 74.94 | 78.95 | - |
| YUV | 180.37 | 149.79 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 219 | 0.90 | 0 | 0.13 | 0.01 | 171.28 | 0.97 | 0.54 |
| Hex | 19 | FC | DB | 5A | 0 | D | 1 | AB | 61 | 36 |
| Octal | 31 | 374 | 333 | 132 | 0 | 15 | 1 | 253 | 141 | 66 |
| Binary | 11001 | 11111100 | 11011011 | 1011010 | 0 | 1101 | 1 | 10101011 | 1100001 | 110110 |
Color Harmonies of #19FCDB
Complementary color
Monochromatic Colors of #19FCDB
Black with #19FCDB
Text Example
Text Example
White with #19FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCDB; }
p { color: rgb(25,252,219); }
H1.HeaderClassName
{
color: #19FCDB;
}
.AnyTagClassName
{
color: #19FCDB;
}
</style>
background-color css
<style>
a { background-color: #19FCDB; }
a { background-color: rgb(25,252,219); }
div.DivClassName
{
background-color: #19FCDB;
}
.BgClassName
{
background-color: #19FCDB;
}
</style>
border-color css
<style>
span { border-color: #19FCDB; }
span { border-color: rgb(25,252,219); }
td.TdClassName
{
border-color: #19FCDB;
}
.TagClassName
{
border-color: #19FCDB;
}
</style>