Shades of Turquoise #54E0D0
Tints of Turquoise #54E0D0
RGB
CMYK
RGB Variations
Color information
#54E0D0 (or 0x54E0D0) is known color: Turquoise. HEX triplet: 54, E0 and D0. RGB value is (84,224,208). Sum of RGB (Red+Green+Blue) = 84+224+208=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0D0 is #AB1F2F. Grayscale: #B4B4B4. Windows color (decimal): -11214640 or 13688916. OLE color: 13688916.
HSL color Cylindrical-coordinate representation of color #54E0D0: hue angle of 173.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 #54E0D0 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 208 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.12 |
| HSL | 173.14º | 0.69% | 0.6% | - |
| HSV(B) | 173.14º | 0.63% | 0.88% | - |
| XYZ | 41.7 | 59.75 | 69.01 | - |
| YUV | 180.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 208 | 0.62 | 0 | 0.07 | 0.12 | 173.14 | 0.69 | 0.6 |
| Hex | 54 | E0 | D0 | 3E | 0 | 7 | C | AD | 45 | 3C |
| Octal | 124 | 340 | 320 | 76 | 0 | 7 | 14 | 255 | 105 | 74 |
| Binary | 1010100 | 11100000 | 11010000 | 111110 | 0 | 111 | 1100 | 10101101 | 1000101 | 111100 |
Color Harmonies of #54E0D0
Complementary color
Monochromatic Colors of #54E0D0
Black with #54E0D0
Text Example
Text Example
White with #54E0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0D0; }
p { color: rgb(84,224,208); }
H1.HeaderClassName
{
color: #54E0D0;
}
.AnyTagClassName
{
color: #54E0D0;
}
</style>
background-color css
<style>
a { background-color: #54E0D0; }
a { background-color: rgb(84,224,208); }
div.DivClassName
{
background-color: #54E0D0;
}
.BgClassName
{
background-color: #54E0D0;
}
</style>
border-color css
<style>
span { border-color: #54E0D0; }
span { border-color: rgb(84,224,208); }
td.TdClassName
{
border-color: #54E0D0;
}
.TagClassName
{
border-color: #54E0D0;
}
</style>