Shades of Turquoise #54E1DF
Tints of Turquoise #54E1DF
RGB
CMYK
RGB Variations
Color information
#54E1DF (or 0x54E1DF) is known color: Turquoise. HEX triplet: 54, E1 and DF. RGB value is (84,225,223). Sum of RGB (Red+Green+Blue) = 84+225+223=532 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.79% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1DF is #AB1E20. Grayscale: #B6B6B6. Windows color (decimal): -11214369 or 14672212. OLE color: 14672212.
HSL color Cylindrical-coordinate representation of color #54E1DF: hue angle of 179.15º 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 #54E1DF is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 223 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.12 |
| HSL | 179.15º | 0.7% | 0.61% | - |
| HSV(B) | 179.15º | 0.63% | 0.88% | - |
| XYZ | 43.9 | 61.06 | 79.28 | - |
| YUV | 182.61 | 150.79 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 223 | 0.63 | 0 | 0.01 | 0.12 | 179.15 | 0.7 | 0.61 |
| Hex | 54 | E1 | DF | 3F | 0 | 1 | C | B3 | 46 | 3D |
| Octal | 124 | 341 | 337 | 77 | 0 | 1 | 14 | 263 | 106 | 75 |
| Binary | 1010100 | 11100001 | 11011111 | 111111 | 0 | 1 | 1100 | 10110011 | 1000110 | 111101 |
Color Harmonies of #54E1DF
Complementary color
Monochromatic Colors of #54E1DF
Black with #54E1DF
Text Example
Text Example
White with #54E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1DF; }
p { color: rgb(84,225,223); }
H1.HeaderClassName
{
color: #54E1DF;
}
.AnyTagClassName
{
color: #54E1DF;
}
</style>
background-color css
<style>
a { background-color: #54E1DF; }
a { background-color: rgb(84,225,223); }
div.DivClassName
{
background-color: #54E1DF;
}
.BgClassName
{
background-color: #54E1DF;
}
</style>
border-color css
<style>
span { border-color: #54E1DF; }
span { border-color: rgb(84,225,223); }
td.TdClassName
{
border-color: #54E1DF;
}
.TagClassName
{
border-color: #54E1DF;
}
</style>