Shades of Turquoise #54E7BB
Tints of Turquoise #54E7BB
RGB
CMYK
RGB Variations
Color information
#54E7BB (or 0x54E7BB) is known color: Turquoise. HEX triplet: 54, E7 and BB. RGB value is (84,231,187). Sum of RGB (Red+Green+Blue) = 84+231+187=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #54E7BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E7BB is #AB1844. Grayscale: #B6B6B6. Windows color (decimal): -11212869 or 12314452. OLE color: 12314452.
HSL color Cylindrical-coordinate representation of color #54E7BB: hue angle of 162.04º 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 #54E7BB is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 231 | 187 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.09 |
| HSL | 162.04º | 0.75% | 0.62% | - |
| HSV(B) | 162.04º | 0.64% | 0.91% | - |
| XYZ | 41.2 | 62.62 | 56.93 | - |
| YUV | 182.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 231 | 187 | 0.64 | 0 | 0.19 | 0.09 | 162.04 | 0.75 | 0.62 |
| Hex | 54 | E7 | BB | 40 | 0 | 13 | 9 | A2 | 4B | 3E |
| Octal | 124 | 347 | 273 | 100 | 0 | 23 | 11 | 242 | 113 | 76 |
| Binary | 1010100 | 11100111 | 10111011 | 1000000 | 0 | 10011 | 1001 | 10100010 | 1001011 | 111110 |
Color Harmonies of #54E7BB
Complementary color
Monochromatic Colors of #54E7BB
Black with #54E7BB
Text Example
Text Example
White with #54E7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E7BB; }
p { color: rgb(84,231,187); }
H1.HeaderClassName
{
color: #54E7BB;
}
.AnyTagClassName
{
color: #54E7BB;
}
</style>
background-color css
<style>
a { background-color: #54E7BB; }
a { background-color: rgb(84,231,187); }
div.DivClassName
{
background-color: #54E7BB;
}
.BgClassName
{
background-color: #54E7BB;
}
</style>
border-color css
<style>
span { border-color: #54E7BB; }
span { border-color: rgb(84,231,187); }
td.TdClassName
{
border-color: #54E7BB;
}
.TagClassName
{
border-color: #54E7BB;
}
</style>