Shades of Bright Turquoise #19FFCB
Tints of Bright Turquoise #19FFCB
RGB
CMYK
RGB Variations
Color information
#19FFCB (or 0x19FFCB) is known color: Bright Turquoise. HEX triplet: 19, FF and CB. RGB value is (25,255,203). Sum of RGB (Red+Green+Blue) = 25+255+203=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFCB is #E60034. Grayscale: #B4B4B4. Windows color (decimal): -15073333 or 13369113. OLE color: 13369113.
HSL color Cylindrical-coordinate representation of color #19FFCB: hue angle of 166.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFCB is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 203 | - |
| CMYK | 0.90 | 0 | 0.20 | 0 |
| HSL | 166.43º | 1% | 0.55% | - |
| HSV(B) | 166.43º | 0.9% | 1% | - |
| XYZ | 46.94 | 76.04 | 68.7 | - |
| YUV | 180.3 | 140.8 | 17.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 203 | 0.90 | 0 | 0.20 | 0 | 166.43 | 1 | 0.55 |
| Hex | 19 | FF | CB | 5A | 0 | 14 | 0 | A6 | 64 | 37 |
| Octal | 31 | 377 | 313 | 132 | 0 | 24 | 0 | 246 | 144 | 67 |
| Binary | 11001 | 11111111 | 11001011 | 1011010 | 0 | 10100 | 0 | 10100110 | 1100100 | 110111 |
Color Harmonies of #19FFCB
Complementary color
Monochromatic Colors of #19FFCB
Black with #19FFCB
Text Example
Text Example
White with #19FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFCB; }
p { color: rgb(25,255,203); }
H1.HeaderClassName
{
color: #19FFCB;
}
.AnyTagClassName
{
color: #19FFCB;
}
</style>
background-color css
<style>
a { background-color: #19FFCB; }
a { background-color: rgb(25,255,203); }
div.DivClassName
{
background-color: #19FFCB;
}
.BgClassName
{
background-color: #19FFCB;
}
</style>
border-color css
<style>
span { border-color: #19FFCB; }
span { border-color: rgb(25,255,203); }
td.TdClassName
{
border-color: #19FFCB;
}
.TagClassName
{
border-color: #19FFCB;
}
</style>