Shades of Bright Turquoise #19F1BB
Tints of Bright Turquoise #19F1BB
RGB
CMYK
RGB Variations
Color information
#19F1BB (or 0x19F1BB) is known color: Bright Turquoise. HEX triplet: 19, F1 and BB. RGB value is (25,241,187). Sum of RGB (Red+Green+Blue) = 25+241+187=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #19F1BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F1BB is #E60E44. Grayscale: #AAAAAA. Windows color (decimal): -15076933 or 12316953. OLE color: 12316953.
HSL color Cylindrical-coordinate representation of color #19F1BB: hue angle of 165º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F1BB is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 187 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.05 |
| HSL | 165º | 0.89% | 0.52% | - |
| HSV(B) | 165º | 0.9% | 0.95% | - |
| XYZ | 40.83 | 66.71 | 57.74 | - |
| YUV | 170.26 | 137.44 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 187 | 0.90 | 0 | 0.22 | 0.05 | 165 | 0.89 | 0.52 |
| Hex | 19 | F1 | BB | 5A | 0 | 16 | 5 | A5 | 59 | 34 |
| Octal | 31 | 361 | 273 | 132 | 0 | 26 | 5 | 245 | 131 | 64 |
| Binary | 11001 | 11110001 | 10111011 | 1011010 | 0 | 10110 | 101 | 10100101 | 1011001 | 110100 |
Color Harmonies of #19F1BB
Complementary color
Monochromatic Colors of #19F1BB
Black with #19F1BB
Text Example
Text Example
White with #19F1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F1BB; }
p { color: rgb(25,241,187); }
H1.HeaderClassName
{
color: #19F1BB;
}
.AnyTagClassName
{
color: #19F1BB;
}
</style>
background-color css
<style>
a { background-color: #19F1BB; }
a { background-color: rgb(25,241,187); }
div.DivClassName
{
background-color: #19F1BB;
}
.BgClassName
{
background-color: #19F1BB;
}
</style>
border-color css
<style>
span { border-color: #19F1BB; }
span { border-color: rgb(25,241,187); }
td.TdClassName
{
border-color: #19F1BB;
}
.TagClassName
{
border-color: #19F1BB;
}
</style>