Shades of Turquoise #54E8C7
Tints of Turquoise #54E8C7
RGB
CMYK
RGB Variations
Color information
#54E8C7 (or 0x54E8C7) is known color: Turquoise. HEX triplet: 54, E8 and C7. RGB value is (84,232,199). Sum of RGB (Red+Green+Blue) = 84+232+199=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8C7 is #AB1738. Grayscale: #B7B7B7. Windows color (decimal): -11212601 or 13101140. OLE color: 13101140.
HSL color Cylindrical-coordinate representation of color #54E8C7: hue angle of 166.62º 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 #54E8C7 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 232 | 199 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.09 |
| HSL | 166.62º | 0.76% | 0.62% | - |
| HSV(B) | 166.62º | 0.64% | 0.91% | - |
| XYZ | 42.82 | 63.72 | 64.08 | - |
| YUV | 183.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 232 | 199 | 0.64 | 0 | 0.14 | 0.09 | 166.62 | 0.76 | 0.62 |
| Hex | 54 | E8 | C7 | 40 | 0 | E | 9 | A7 | 4C | 3E |
| Octal | 124 | 350 | 307 | 100 | 0 | 16 | 11 | 247 | 114 | 76 |
| Binary | 1010100 | 11101000 | 11000111 | 1000000 | 0 | 1110 | 1001 | 10100111 | 1001100 | 111110 |
Color Harmonies of #54E8C7
Complementary color
Monochromatic Colors of #54E8C7
Black with #54E8C7
Text Example
Text Example
White with #54E8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E8C7; }
p { color: rgb(84,232,199); }
H1.HeaderClassName
{
color: #54E8C7;
}
.AnyTagClassName
{
color: #54E8C7;
}
</style>
background-color css
<style>
a { background-color: #54E8C7; }
a { background-color: rgb(84,232,199); }
div.DivClassName
{
background-color: #54E8C7;
}
.BgClassName
{
background-color: #54E8C7;
}
</style>
border-color css
<style>
span { border-color: #54E8C7; }
span { border-color: rgb(84,232,199); }
td.TdClassName
{
border-color: #54E8C7;
}
.TagClassName
{
border-color: #54E8C7;
}
</style>