Shades of Turquoise #54E7BD
Tints of Turquoise #54E7BD
RGB
CMYK
RGB Variations
Color information
#54E7BD (or 0x54E7BD) is known color: Turquoise. HEX triplet: 54, E7 and BD. RGB value is (84,231,189). Sum of RGB (Red+Green+Blue) = 84+231+189=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #54E7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E7BD is #AB1842. Grayscale: #B6B6B6. Windows color (decimal): -11212867 or 12445524. OLE color: 12445524.
HSL color Cylindrical-coordinate representation of color #54E7BD: hue angle of 162.86º degrees, saturation: 0.75, 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 #54E7BD is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 231 | 189 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.09 |
| HSL | 162.86º | 0.75% | 0.62% | - |
| HSV(B) | 162.86º | 0.64% | 0.91% | - |
| XYZ | 41.42 | 62.71 | 58.07 | - |
| YUV | 182.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 231 | 189 | 0.64 | 0 | 0.18 | 0.09 | 162.86 | 0.75 | 0.62 |
| Hex | 54 | E7 | BD | 40 | 0 | 12 | 9 | A3 | 4B | 3E |
| Octal | 124 | 347 | 275 | 100 | 0 | 22 | 11 | 243 | 113 | 76 |
| Binary | 1010100 | 11100111 | 10111101 | 1000000 | 0 | 10010 | 1001 | 10100011 | 1001011 | 111110 |
Color Harmonies of #54E7BD
Complementary color
Monochromatic Colors of #54E7BD
Black with #54E7BD
Text Example
Text Example
White with #54E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E7BD; }
p { color: rgb(84,231,189); }
H1.HeaderClassName
{
color: #54E7BD;
}
.AnyTagClassName
{
color: #54E7BD;
}
</style>
background-color css
<style>
a { background-color: #54E7BD; }
a { background-color: rgb(84,231,189); }
div.DivClassName
{
background-color: #54E7BD;
}
.BgClassName
{
background-color: #54E7BD;
}
</style>
border-color css
<style>
span { border-color: #54E7BD; }
span { border-color: rgb(84,231,189); }
td.TdClassName
{
border-color: #54E7BD;
}
.TagClassName
{
border-color: #54E7BD;
}
</style>