Shades of Turquoise #54E1D2
Tints of Turquoise #54E1D2
RGB
CMYK
RGB Variations
Color information
#54E1D2 (or 0x54E1D2) is known color: Turquoise. HEX triplet: 54, E1 and D2. RGB value is (84,225,210). Sum of RGB (Red+Green+Blue) = 84+225+210=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1D2 is #AB1E2D. Grayscale: #B5B5B5. Windows color (decimal): -11214382 or 13820244. OLE color: 13820244.
HSL color Cylindrical-coordinate representation of color #54E1D2: hue angle of 173.62º 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 #54E1D2 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 210 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.12 |
| HSL | 173.62º | 0.7% | 0.61% | - |
| HSV(B) | 173.62º | 0.63% | 0.88% | - |
| XYZ | 42.21 | 60.39 | 70.4 | - |
| YUV | 181.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 210 | 0.63 | 0 | 0.07 | 0.12 | 173.62 | 0.7 | 0.61 |
| Hex | 54 | E1 | D2 | 3F | 0 | 7 | C | AE | 46 | 3D |
| Octal | 124 | 341 | 322 | 77 | 0 | 7 | 14 | 256 | 106 | 75 |
| Binary | 1010100 | 11100001 | 11010010 | 111111 | 0 | 111 | 1100 | 10101110 | 1000110 | 111101 |
Color Harmonies of #54E1D2
Complementary color
Monochromatic Colors of #54E1D2
Black with #54E1D2
Text Example
Text Example
White with #54E1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1D2; }
p { color: rgb(84,225,210); }
H1.HeaderClassName
{
color: #54E1D2;
}
.AnyTagClassName
{
color: #54E1D2;
}
</style>
background-color css
<style>
a { background-color: #54E1D2; }
a { background-color: rgb(84,225,210); }
div.DivClassName
{
background-color: #54E1D2;
}
.BgClassName
{
background-color: #54E1D2;
}
</style>
border-color css
<style>
span { border-color: #54E1D2; }
span { border-color: rgb(84,225,210); }
td.TdClassName
{
border-color: #54E1D2;
}
.TagClassName
{
border-color: #54E1D2;
}
</style>