Shades of Bright Turquoise #19F4BD
Tints of Bright Turquoise #19F4BD
RGB
CMYK
RGB Variations
Color information
#19F4BD (or 0x19F4BD) is known color: Bright Turquoise. HEX triplet: 19, F4 and BD. RGB value is (25,244,189). Sum of RGB (Red+Green+Blue) = 25+244+189=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #19F4BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F4BD is #E60B42. Grayscale: #ACACAC. Windows color (decimal): -15076163 or 12448793. OLE color: 12448793.
HSL color Cylindrical-coordinate representation of color #19F4BD: hue angle of 164.93º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F4BD is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 244 | 189 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.04 |
| HSL | 164.93º | 0.91% | 0.53% | - |
| HSV(B) | 164.93º | 0.9% | 0.96% | - |
| XYZ | 41.94 | 68.58 | 59.17 | - |
| YUV | 172.25 | 137.45 | 22.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 189 | 0.90 | 0 | 0.23 | 0.04 | 164.93 | 0.91 | 0.53 |
| Hex | 19 | F4 | BD | 5A | 0 | 17 | 4 | A5 | 5B | 35 |
| Octal | 31 | 364 | 275 | 132 | 0 | 27 | 4 | 245 | 133 | 65 |
| Binary | 11001 | 11110100 | 10111101 | 1011010 | 0 | 10111 | 100 | 10100101 | 1011011 | 110101 |
Color Harmonies of #19F4BD
Complementary color
Monochromatic Colors of #19F4BD
Black with #19F4BD
Text Example
Text Example
White with #19F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F4BD; }
p { color: rgb(25,244,189); }
H1.HeaderClassName
{
color: #19F4BD;
}
.AnyTagClassName
{
color: #19F4BD;
}
</style>
background-color css
<style>
a { background-color: #19F4BD; }
a { background-color: rgb(25,244,189); }
div.DivClassName
{
background-color: #19F4BD;
}
.BgClassName
{
background-color: #19F4BD;
}
</style>
border-color css
<style>
span { border-color: #19F4BD; }
span { border-color: rgb(25,244,189); }
td.TdClassName
{
border-color: #19F4BD;
}
.TagClassName
{
border-color: #19F4BD;
}
</style>