Shades of Bright Turquoise #19FCCB
Tints of Bright Turquoise #19FCCB
RGB
CMYK
RGB Variations
Color information
#19FCCB (or 0x19FCCB) is known color: Bright Turquoise. HEX triplet: 19, FC and CB. RGB value is (25,252,203). Sum of RGB (Red+Green+Blue) = 25+252+203=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCCB is #E60334. Grayscale: #B2B2B2. Windows color (decimal): -15074101 or 13368345. OLE color: 13368345.
HSL color Cylindrical-coordinate representation of color #19FCCB: hue angle of 167.05º 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 #19FCCB is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 203 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.01 |
| HSL | 167.05º | 0.97% | 0.54% | - |
| HSV(B) | 167.05º | 0.9% | 0.99% | - |
| XYZ | 45.99 | 74.14 | 68.39 | - |
| YUV | 178.54 | 141.79 | 18.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 203 | 0.90 | 0 | 0.19 | 0.01 | 167.05 | 0.97 | 0.54 |
| Hex | 19 | FC | CB | 5A | 0 | 13 | 1 | A7 | 61 | 36 |
| Octal | 31 | 374 | 313 | 132 | 0 | 23 | 1 | 247 | 141 | 66 |
| Binary | 11001 | 11111100 | 11001011 | 1011010 | 0 | 10011 | 1 | 10100111 | 1100001 | 110110 |
Color Harmonies of #19FCCB
Complementary color
Monochromatic Colors of #19FCCB
Black with #19FCCB
Text Example
Text Example
White with #19FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCCB; }
p { color: rgb(25,252,203); }
H1.HeaderClassName
{
color: #19FCCB;
}
.AnyTagClassName
{
color: #19FCCB;
}
</style>
background-color css
<style>
a { background-color: #19FCCB; }
a { background-color: rgb(25,252,203); }
div.DivClassName
{
background-color: #19FCCB;
}
.BgClassName
{
background-color: #19FCCB;
}
</style>
border-color css
<style>
span { border-color: #19FCCB; }
span { border-color: rgb(25,252,203); }
td.TdClassName
{
border-color: #19FCCB;
}
.TagClassName
{
border-color: #19FCCB;
}
</style>