Shades of Turquoise #54F0BE
Tints of Turquoise #54F0BE
RGB
CMYK
RGB Variations
Color information
#54F0BE (or 0x54F0BE) is known color: Turquoise. HEX triplet: 54, F0 and BE. RGB value is (84,240,190). Sum of RGB (Red+Green+Blue) = 84+240+190=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F0BE is #AB0F41. Grayscale: #BBBBBB. Windows color (decimal): -11210562 or 12513364. OLE color: 12513364.
HSL color Cylindrical-coordinate representation of color #54F0BE: hue angle of 160.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F0BE is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 190 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.06 |
| HSL | 160.77º | 0.84% | 0.64% | - |
| HSV(B) | 160.77º | 0.65% | 0.94% | - |
| XYZ | 44.11 | 67.92 | 59.5 | - |
| YUV | 187.66 | 129.32 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 190 | 0.65 | 0 | 0.21 | 0.06 | 160.77 | 0.84 | 0.64 |
| Hex | 54 | F0 | BE | 41 | 0 | 15 | 6 | A1 | 54 | 40 |
| Octal | 124 | 360 | 276 | 101 | 0 | 25 | 6 | 241 | 124 | 100 |
| Binary | 1010100 | 11110000 | 10111110 | 1000001 | 0 | 10101 | 110 | 10100001 | 1010100 | 1000000 |
Color Harmonies of #54F0BE
Complementary color
Monochromatic Colors of #54F0BE
Black with #54F0BE
Text Example
Text Example
White with #54F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F0BE; }
p { color: rgb(84,240,190); }
H1.HeaderClassName
{
color: #54F0BE;
}
.AnyTagClassName
{
color: #54F0BE;
}
</style>
background-color css
<style>
a { background-color: #54F0BE; }
a { background-color: rgb(84,240,190); }
div.DivClassName
{
background-color: #54F0BE;
}
.BgClassName
{
background-color: #54F0BE;
}
</style>
border-color css
<style>
span { border-color: #54F0BE; }
span { border-color: rgb(84,240,190); }
td.TdClassName
{
border-color: #54F0BE;
}
.TagClassName
{
border-color: #54F0BE;
}
</style>