Shades of Turquoise #54F2E5
Tints of Turquoise #54F2E5
RGB
CMYK
RGB Variations
Color information
#54F2E5 (or 0x54F2E5) is known color: Turquoise. HEX triplet: 54, F2 and E5. RGB value is (84,242,229). Sum of RGB (Red+Green+Blue) = 84+242+229=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F2E5 is #AB0D1A. Grayscale: #C1C1C1. Windows color (decimal): -11210011 or 15069780. OLE color: 15069780.
HSL color Cylindrical-coordinate representation of color #54F2E5: hue angle of 175.06º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F2E5 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 242 | 229 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.05 |
| HSL | 175.06º | 0.86% | 0.64% | - |
| HSV(B) | 175.06º | 0.65% | 0.95% | - |
| XYZ | 49.55 | 71.05 | 85.23 | - |
| YUV | 193.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 242 | 229 | 0.65 | 0 | 0.05 | 0.05 | 175.06 | 0.86 | 0.64 |
| Hex | 54 | F2 | E5 | 41 | 0 | 5 | 5 | AF | 56 | 40 |
| Octal | 124 | 362 | 345 | 101 | 0 | 5 | 5 | 257 | 126 | 100 |
| Binary | 1010100 | 11110010 | 11100101 | 1000001 | 0 | 101 | 101 | 10101111 | 1010110 | 1000000 |
Color Harmonies of #54F2E5
Complementary color
Monochromatic Colors of #54F2E5
Black with #54F2E5
Text Example
Text Example
White with #54F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F2E5; }
p { color: rgb(84,242,229); }
H1.HeaderClassName
{
color: #54F2E5;
}
.AnyTagClassName
{
color: #54F2E5;
}
</style>
background-color css
<style>
a { background-color: #54F2E5; }
a { background-color: rgb(84,242,229); }
div.DivClassName
{
background-color: #54F2E5;
}
.BgClassName
{
background-color: #54F2E5;
}
</style>
border-color css
<style>
span { border-color: #54F2E5; }
span { border-color: rgb(84,242,229); }
td.TdClassName
{
border-color: #54F2E5;
}
.TagClassName
{
border-color: #54F2E5;
}
</style>