Shades of Turquoise #54E9BA
Tints of Turquoise #54E9BA
RGB
CMYK
RGB Variations
Color information
#54E9BA (or 0x54E9BA) is known color: Turquoise. HEX triplet: 54, E9 and BA. RGB value is (84,233,186). Sum of RGB (Red+Green+Blue) = 84+233+186=503 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.70% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #54E9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E9BA is #AB1645. Grayscale: #B7B7B7. Windows color (decimal): -11212358 or 12249428. OLE color: 12249428.
HSL color Cylindrical-coordinate representation of color #54E9BA: hue angle of 161.07º degrees, saturation: 0.77, 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 #54E9BA is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 233 | 186 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.09 |
| HSL | 161.07º | 0.77% | 0.62% | - |
| HSV(B) | 161.07º | 0.64% | 0.91% | - |
| XYZ | 41.66 | 63.71 | 56.56 | - |
| YUV | 183.09 | 129.64 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 186 | 0.64 | 0 | 0.20 | 0.09 | 161.07 | 0.77 | 0.62 |
| Hex | 54 | E9 | BA | 40 | 0 | 14 | 9 | A1 | 4D | 3E |
| Octal | 124 | 351 | 272 | 100 | 0 | 24 | 11 | 241 | 115 | 76 |
| Binary | 1010100 | 11101001 | 10111010 | 1000000 | 0 | 10100 | 1001 | 10100001 | 1001101 | 111110 |
Color Harmonies of #54E9BA
Complementary color
Monochromatic Colors of #54E9BA
Black with #54E9BA
Text Example
Text Example
White with #54E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E9BA; }
p { color: rgb(84,233,186); }
H1.HeaderClassName
{
color: #54E9BA;
}
.AnyTagClassName
{
color: #54E9BA;
}
</style>
background-color css
<style>
a { background-color: #54E9BA; }
a { background-color: rgb(84,233,186); }
div.DivClassName
{
background-color: #54E9BA;
}
.BgClassName
{
background-color: #54E9BA;
}
</style>
border-color css
<style>
span { border-color: #54E9BA; }
span { border-color: rgb(84,233,186); }
td.TdClassName
{
border-color: #54E9BA;
}
.TagClassName
{
border-color: #54E9BA;
}
</style>