Shades of Turquoise #54E4C5
Tints of Turquoise #54E4C5
RGB
CMYK
RGB Variations
Color information
#54E4C5 (or 0x54E4C5) is known color: Turquoise. HEX triplet: 54, E4 and C5. RGB value is (84,228,197). Sum of RGB (Red+Green+Blue) = 84+228+197=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #54E4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E4C5 is #AB1B3A. Grayscale: #B5B5B5. Windows color (decimal): -11213627 or 12969044. OLE color: 12969044.
HSL color Cylindrical-coordinate representation of color #54E4C5: hue angle of 167.08º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E4C5 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 228 | 197 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.11 |
| HSL | 167.08º | 0.73% | 0.61% | - |
| HSV(B) | 167.08º | 0.63% | 0.89% | - |
| XYZ | 41.48 | 61.4 | 62.49 | - |
| YUV | 181.41 | 136.79 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 228 | 197 | 0.63 | 0 | 0.14 | 0.11 | 167.08 | 0.73 | 0.61 |
| Hex | 54 | E4 | C5 | 3F | 0 | E | B | A7 | 49 | 3D |
| Octal | 124 | 344 | 305 | 77 | 0 | 16 | 13 | 247 | 111 | 75 |
| Binary | 1010100 | 11100100 | 11000101 | 111111 | 0 | 1110 | 1011 | 10100111 | 1001001 | 111101 |
Color Harmonies of #54E4C5
Complementary color
Monochromatic Colors of #54E4C5
Black with #54E4C5
Text Example
Text Example
White with #54E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E4C5; }
p { color: rgb(84,228,197); }
H1.HeaderClassName
{
color: #54E4C5;
}
.AnyTagClassName
{
color: #54E4C5;
}
</style>
background-color css
<style>
a { background-color: #54E4C5; }
a { background-color: rgb(84,228,197); }
div.DivClassName
{
background-color: #54E4C5;
}
.BgClassName
{
background-color: #54E4C5;
}
</style>
border-color css
<style>
span { border-color: #54E4C5; }
span { border-color: rgb(84,228,197); }
td.TdClassName
{
border-color: #54E4C5;
}
.TagClassName
{
border-color: #54E4C5;
}
</style>