Shades of Turquoise #54E3C5
Tints of Turquoise #54E3C5
RGB
CMYK
RGB Variations
Color information
#54E3C5 (or 0x54E3C5) is known color: Turquoise. HEX triplet: 54, E3 and C5. RGB value is (84,227,197). Sum of RGB (Red+Green+Blue) = 84+227+197=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #54E3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E3C5 is #AB1C3A. Grayscale: #B4B4B4. Windows color (decimal): -11213883 or 12968788. OLE color: 12968788.
HSL color Cylindrical-coordinate representation of color #54E3C5: hue angle of 167.41º degrees, saturation: 0.72, 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 #54E3C5 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 227 | 197 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.11 |
| HSL | 167.41º | 0.72% | 0.61% | - |
| HSV(B) | 167.41º | 0.63% | 0.89% | - |
| XYZ | 41.2 | 60.85 | 62.4 | - |
| YUV | 180.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 227 | 197 | 0.63 | 0 | 0.13 | 0.11 | 167.41 | 0.72 | 0.61 |
| Hex | 54 | E3 | C5 | 3F | 0 | D | B | A7 | 48 | 3D |
| Octal | 124 | 343 | 305 | 77 | 0 | 15 | 13 | 247 | 110 | 75 |
| Binary | 1010100 | 11100011 | 11000101 | 111111 | 0 | 1101 | 1011 | 10100111 | 1001000 | 111101 |
Color Harmonies of #54E3C5
Complementary color
Monochromatic Colors of #54E3C5
Black with #54E3C5
Text Example
Text Example
White with #54E3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E3C5; }
p { color: rgb(84,227,197); }
H1.HeaderClassName
{
color: #54E3C5;
}
.AnyTagClassName
{
color: #54E3C5;
}
</style>
background-color css
<style>
a { background-color: #54E3C5; }
a { background-color: rgb(84,227,197); }
div.DivClassName
{
background-color: #54E3C5;
}
.BgClassName
{
background-color: #54E3C5;
}
</style>
border-color css
<style>
span { border-color: #54E3C5; }
span { border-color: rgb(84,227,197); }
td.TdClassName
{
border-color: #54E3C5;
}
.TagClassName
{
border-color: #54E3C5;
}
</style>