Shades of Turquoise #54E1DA
Tints of Turquoise #54E1DA
RGB
CMYK
RGB Variations
Color information
#54E1DA (or 0x54E1DA) is known color: Turquoise. HEX triplet: 54, E1 and DA. RGB value is (84,225,218). Sum of RGB (Red+Green+Blue) = 84+225+218=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1DA is #AB1E25. Grayscale: #B5B5B5. Windows color (decimal): -11214374 or 14344532. OLE color: 14344532.
HSL color Cylindrical-coordinate representation of color #54E1DA: hue angle of 177.02º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E1DA is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 218 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.12 |
| HSL | 177.02º | 0.7% | 0.61% | - |
| HSV(B) | 177.02º | 0.63% | 0.88% | - |
| XYZ | 43.24 | 60.8 | 75.79 | - |
| YUV | 182.04 | 148.29 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 218 | 0.63 | 0 | 0.03 | 0.12 | 177.02 | 0.7 | 0.61 |
| Hex | 54 | E1 | DA | 3F | 0 | 3 | C | B1 | 46 | 3D |
| Octal | 124 | 341 | 332 | 77 | 0 | 3 | 14 | 261 | 106 | 75 |
| Binary | 1010100 | 11100001 | 11011010 | 111111 | 0 | 11 | 1100 | 10110001 | 1000110 | 111101 |
Color Harmonies of #54E1DA
Complementary color
Monochromatic Colors of #54E1DA
Black with #54E1DA
Text Example
Text Example
White with #54E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1DA; }
p { color: rgb(84,225,218); }
H1.HeaderClassName
{
color: #54E1DA;
}
.AnyTagClassName
{
color: #54E1DA;
}
</style>
background-color css
<style>
a { background-color: #54E1DA; }
a { background-color: rgb(84,225,218); }
div.DivClassName
{
background-color: #54E1DA;
}
.BgClassName
{
background-color: #54E1DA;
}
</style>
border-color css
<style>
span { border-color: #54E1DA; }
span { border-color: rgb(84,225,218); }
td.TdClassName
{
border-color: #54E1DA;
}
.TagClassName
{
border-color: #54E1DA;
}
</style>