Shades of Turquoise #54FAB9
Tints of Turquoise #54FAB9
RGB
CMYK
RGB Variations
Color information
#54FAB9 (or 0x54FAB9) is known color: Turquoise. HEX triplet: 54, FA and B9. RGB value is (84,250,185). Sum of RGB (Red+Green+Blue) = 84+250+185=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FAB9 is #AB0546. Grayscale: #C1C1C1. Windows color (decimal): -11208007 or 12188244. OLE color: 12188244.
HSL color Cylindrical-coordinate representation of color #54FAB9: hue angle of 156.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FAB9 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 185 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.02 |
| HSL | 156.51º | 0.94% | 0.65% | - |
| HSV(B) | 156.51º | 0.66% | 0.98% | - |
| XYZ | 46.6 | 73.76 | 57.68 | - |
| YUV | 192.96 | 123.5 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 185 | 0.66 | 0 | 0.26 | 0.02 | 156.51 | 0.94 | 0.65 |
| Hex | 54 | FA | B9 | 42 | 0 | 1A | 2 | 9D | 5E | 41 |
| Octal | 124 | 372 | 271 | 102 | 0 | 32 | 2 | 235 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10111001 | 1000010 | 0 | 11010 | 10 | 10011101 | 1011110 | 1000001 |
Color Harmonies of #54FAB9
Complementary color
Monochromatic Colors of #54FAB9
Black with #54FAB9
Text Example
Text Example
White with #54FAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAB9; }
p { color: rgb(84,250,185); }
H1.HeaderClassName
{
color: #54FAB9;
}
.AnyTagClassName
{
color: #54FAB9;
}
</style>
background-color css
<style>
a { background-color: #54FAB9; }
a { background-color: rgb(84,250,185); }
div.DivClassName
{
background-color: #54FAB9;
}
.BgClassName
{
background-color: #54FAB9;
}
</style>
border-color css
<style>
span { border-color: #54FAB9; }
span { border-color: rgb(84,250,185); }
td.TdClassName
{
border-color: #54FAB9;
}
.TagClassName
{
border-color: #54FAB9;
}
</style>