Shades of Turquoise #54FABF
Tints of Turquoise #54FABF
RGB
CMYK
RGB Variations
Color information
#54FABF (or 0x54FABF) is known color: Turquoise. HEX triplet: 54, FA and BF. RGB value is (84,250,191). Sum of RGB (Red+Green+Blue) = 84+250+191=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #54FABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FABF is #AB0540. Grayscale: #C1C1C1. Windows color (decimal): -11208001 or 12581460. OLE color: 12581460.
HSL color Cylindrical-coordinate representation of color #54FABF: hue angle of 158.67º 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 #54FABF is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 191 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.02 |
| HSL | 158.67º | 0.94% | 0.65% | - |
| HSV(B) | 158.67º | 0.66% | 0.98% | - |
| XYZ | 47.25 | 74.02 | 61.09 | - |
| YUV | 193.64 | 126.5 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 191 | 0.66 | 0 | 0.24 | 0.02 | 158.67 | 0.94 | 0.65 |
| Hex | 54 | FA | BF | 42 | 0 | 18 | 2 | 9F | 5E | 41 |
| Octal | 124 | 372 | 277 | 102 | 0 | 30 | 2 | 237 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10111111 | 1000010 | 0 | 11000 | 10 | 10011111 | 1011110 | 1000001 |
Color Harmonies of #54FABF
Complementary color
Monochromatic Colors of #54FABF
Black with #54FABF
Text Example
Text Example
White with #54FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FABF; }
p { color: rgb(84,250,191); }
H1.HeaderClassName
{
color: #54FABF;
}
.AnyTagClassName
{
color: #54FABF;
}
</style>
background-color css
<style>
a { background-color: #54FABF; }
a { background-color: rgb(84,250,191); }
div.DivClassName
{
background-color: #54FABF;
}
.BgClassName
{
background-color: #54FABF;
}
</style>
border-color css
<style>
span { border-color: #54FABF; }
span { border-color: rgb(84,250,191); }
td.TdClassName
{
border-color: #54FABF;
}
.TagClassName
{
border-color: #54FABF;
}
</style>