Shades of Turquoise #54E1D3
Tints of Turquoise #54E1D3
RGB
CMYK
RGB Variations
Color information
#54E1D3 (or 0x54E1D3) is known color: Turquoise. HEX triplet: 54, E1 and D3. RGB value is (84,225,211). Sum of RGB (Red+Green+Blue) = 84+225+211=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1D3 is #AB1E2C. Grayscale: #B5B5B5. Windows color (decimal): -11214381 or 13885780. OLE color: 13885780.
HSL color Cylindrical-coordinate representation of color #54E1D3: hue angle of 174.04º 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 #54E1D3 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 211 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.12 |
| HSL | 174.04º | 0.7% | 0.61% | - |
| HSV(B) | 174.04º | 0.63% | 0.88% | - |
| XYZ | 42.34 | 60.44 | 71.06 | - |
| YUV | 181.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 211 | 0.63 | 0 | 0.06 | 0.12 | 174.04 | 0.7 | 0.61 |
| Hex | 54 | E1 | D3 | 3F | 0 | 6 | C | AE | 46 | 3D |
| Octal | 124 | 341 | 323 | 77 | 0 | 6 | 14 | 256 | 106 | 75 |
| Binary | 1010100 | 11100001 | 11010011 | 111111 | 0 | 110 | 1100 | 10101110 | 1000110 | 111101 |
Color Harmonies of #54E1D3
Complementary color
Monochromatic Colors of #54E1D3
Black with #54E1D3
Text Example
Text Example
White with #54E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1D3; }
p { color: rgb(84,225,211); }
H1.HeaderClassName
{
color: #54E1D3;
}
.AnyTagClassName
{
color: #54E1D3;
}
</style>
background-color css
<style>
a { background-color: #54E1D3; }
a { background-color: rgb(84,225,211); }
div.DivClassName
{
background-color: #54E1D3;
}
.BgClassName
{
background-color: #54E1D3;
}
</style>
border-color css
<style>
span { border-color: #54E1D3; }
span { border-color: rgb(84,225,211); }
td.TdClassName
{
border-color: #54E1D3;
}
.TagClassName
{
border-color: #54E1D3;
}
</style>