Shades of Bright Turquoise #19F3BC
Tints of Bright Turquoise #19F3BC
RGB
CMYK
RGB Variations
Color information
#19F3BC (or 0x19F3BC) is known color: Bright Turquoise. HEX triplet: 19, F3 and BC. RGB value is (25,243,188). Sum of RGB (Red+Green+Blue) = 25+243+188=456 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.48% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #19F3BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F3BC is #E60C43. Grayscale: #ABABAB. Windows color (decimal): -15076420 or 12383001. OLE color: 12383001.
HSL color Cylindrical-coordinate representation of color #19F3BC: hue angle of 164.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F3BC is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 188 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.05 |
| HSL | 164.86º | 0.9% | 0.53% | - |
| HSV(B) | 164.86º | 0.9% | 0.95% | - |
| XYZ | 41.53 | 67.94 | 58.5 | - |
| YUV | 171.55 | 137.28 | 23.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 188 | 0.90 | 0 | 0.23 | 0.05 | 164.86 | 0.9 | 0.53 |
| Hex | 19 | F3 | BC | 5A | 0 | 17 | 5 | A5 | 5A | 35 |
| Octal | 31 | 363 | 274 | 132 | 0 | 27 | 5 | 245 | 132 | 65 |
| Binary | 11001 | 11110011 | 10111100 | 1011010 | 0 | 10111 | 101 | 10100101 | 1011010 | 110101 |
Color Harmonies of #19F3BC
Complementary color
Monochromatic Colors of #19F3BC
Black with #19F3BC
Text Example
Text Example
White with #19F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F3BC; }
p { color: rgb(25,243,188); }
H1.HeaderClassName
{
color: #19F3BC;
}
.AnyTagClassName
{
color: #19F3BC;
}
</style>
background-color css
<style>
a { background-color: #19F3BC; }
a { background-color: rgb(25,243,188); }
div.DivClassName
{
background-color: #19F3BC;
}
.BgClassName
{
background-color: #19F3BC;
}
</style>
border-color css
<style>
span { border-color: #19F3BC; }
span { border-color: rgb(25,243,188); }
td.TdClassName
{
border-color: #19F3BC;
}
.TagClassName
{
border-color: #19F3BC;
}
</style>