Shades of Turquoise #54E8BB
Tints of Turquoise #54E8BB
RGB
CMYK
RGB Variations
Color information
#54E8BB (or 0x54E8BB) is known color: Turquoise. HEX triplet: 54, E8 and BB. RGB value is (84,232,187). Sum of RGB (Red+Green+Blue) = 84+232+187=503 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.70% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8BB is #AB1744. Grayscale: #B6B6B6. Windows color (decimal): -11212613 or 12314708. OLE color: 12314708.
HSL color Cylindrical-coordinate representation of color #54E8BB: hue angle of 161.76º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E8BB is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 232 | 187 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.09 |
| HSL | 161.76º | 0.76% | 0.62% | - |
| HSV(B) | 161.76º | 0.64% | 0.91% | - |
| XYZ | 41.48 | 63.19 | 57.02 | - |
| YUV | 182.62 | 130.47 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 232 | 187 | 0.64 | 0 | 0.19 | 0.09 | 161.76 | 0.76 | 0.62 |
| Hex | 54 | E8 | BB | 40 | 0 | 13 | 9 | A2 | 4C | 3E |
| Octal | 124 | 350 | 273 | 100 | 0 | 23 | 11 | 242 | 114 | 76 |
| Binary | 1010100 | 11101000 | 10111011 | 1000000 | 0 | 10011 | 1001 | 10100010 | 1001100 | 111110 |
Color Harmonies of #54E8BB
Complementary color
Monochromatic Colors of #54E8BB
Black with #54E8BB
Text Example
Text Example
White with #54E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E8BB; }
p { color: rgb(84,232,187); }
H1.HeaderClassName
{
color: #54E8BB;
}
.AnyTagClassName
{
color: #54E8BB;
}
</style>
background-color css
<style>
a { background-color: #54E8BB; }
a { background-color: rgb(84,232,187); }
div.DivClassName
{
background-color: #54E8BB;
}
.BgClassName
{
background-color: #54E8BB;
}
</style>
border-color css
<style>
span { border-color: #54E8BB; }
span { border-color: rgb(84,232,187); }
td.TdClassName
{
border-color: #54E8BB;
}
.TagClassName
{
border-color: #54E8BB;
}
</style>