Shades of Turquoise #54E0C2
Tints of Turquoise #54E0C2
RGB
CMYK
RGB Variations
Color information
#54E0C2 (or 0x54E0C2) is known color: Turquoise. HEX triplet: 54, E0 and C2. RGB value is (84,224,194). Sum of RGB (Red+Green+Blue) = 84+224+194=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0C2 is #AB1F3D. Grayscale: #B2B2B2. Windows color (decimal): -11214654 or 12771412. OLE color: 12771412.
HSL color Cylindrical-coordinate representation of color #54E0C2: hue angle of 167.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0C2 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 194 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.12 |
| HSL | 167.14º | 0.69% | 0.6% | - |
| HSV(B) | 167.14º | 0.63% | 0.88% | - |
| XYZ | 40.05 | 59.09 | 60.33 | - |
| YUV | 178.72 | 136.62 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 194 | 0.62 | 0 | 0.13 | 0.12 | 167.14 | 0.69 | 0.6 |
| Hex | 54 | E0 | C2 | 3E | 0 | D | C | A7 | 45 | 3C |
| Octal | 124 | 340 | 302 | 76 | 0 | 15 | 14 | 247 | 105 | 74 |
| Binary | 1010100 | 11100000 | 11000010 | 111110 | 0 | 1101 | 1100 | 10100111 | 1000101 | 111100 |
Color Harmonies of #54E0C2
Complementary color
Monochromatic Colors of #54E0C2
Black with #54E0C2
Text Example
Text Example
White with #54E0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0C2; }
p { color: rgb(84,224,194); }
H1.HeaderClassName
{
color: #54E0C2;
}
.AnyTagClassName
{
color: #54E0C2;
}
</style>
background-color css
<style>
a { background-color: #54E0C2; }
a { background-color: rgb(84,224,194); }
div.DivClassName
{
background-color: #54E0C2;
}
.BgClassName
{
background-color: #54E0C2;
}
</style>
border-color css
<style>
span { border-color: #54E0C2; }
span { border-color: rgb(84,224,194); }
td.TdClassName
{
border-color: #54E0C2;
}
.TagClassName
{
border-color: #54E0C2;
}
</style>