Shades of Turquoise #54FAC9
Tints of Turquoise #54FAC9
RGB
CMYK
RGB Variations
Color information
#54FAC9 (or 0x54FAC9) is known color: Turquoise. HEX triplet: 54, FA and C9. RGB value is (84,250,201). Sum of RGB (Red+Green+Blue) = 84+250+201=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FAC9 is #AB0536. Grayscale: #C2C2C2. Windows color (decimal): -11207991 or 13236820. OLE color: 13236820.
HSL color Cylindrical-coordinate representation of color #54FAC9: hue angle of 162.29º 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 #54FAC9 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 201 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.02 |
| HSL | 162.29º | 0.94% | 0.65% | - |
| HSV(B) | 162.29º | 0.66% | 0.98% | - |
| XYZ | 48.38 | 74.47 | 67.08 | - |
| YUV | 194.78 | 131.5 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 201 | 0.66 | 0 | 0.20 | 0.02 | 162.29 | 0.94 | 0.65 |
| Hex | 54 | FA | C9 | 42 | 0 | 14 | 2 | A2 | 5E | 41 |
| Octal | 124 | 372 | 311 | 102 | 0 | 24 | 2 | 242 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11001001 | 1000010 | 0 | 10100 | 10 | 10100010 | 1011110 | 1000001 |
Color Harmonies of #54FAC9
Complementary color
Monochromatic Colors of #54FAC9
Black with #54FAC9
Text Example
Text Example
White with #54FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAC9; }
p { color: rgb(84,250,201); }
H1.HeaderClassName
{
color: #54FAC9;
}
.AnyTagClassName
{
color: #54FAC9;
}
</style>
background-color css
<style>
a { background-color: #54FAC9; }
a { background-color: rgb(84,250,201); }
div.DivClassName
{
background-color: #54FAC9;
}
.BgClassName
{
background-color: #54FAC9;
}
</style>
border-color css
<style>
span { border-color: #54FAC9; }
span { border-color: rgb(84,250,201); }
td.TdClassName
{
border-color: #54FAC9;
}
.TagClassName
{
border-color: #54FAC9;
}
</style>