Shades of Turquoise #54E8DF
Tints of Turquoise #54E8DF
RGB
CMYK
RGB Variations
Color information
#54E8DF (or 0x54E8DF) is known color: Turquoise. HEX triplet: 54, E8 and DF. RGB value is (84,232,223). Sum of RGB (Red+Green+Blue) = 84+232+223=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8DF is #AB1720. Grayscale: #BABABA. Windows color (decimal): -11212577 or 14674004. OLE color: 14674004.
HSL color Cylindrical-coordinate representation of color #54E8DF: hue angle of 176.35º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E8DF is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 232 | 223 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.09 |
| HSL | 176.35º | 0.76% | 0.62% | - |
| HSV(B) | 176.35º | 0.64% | 0.91% | - |
| XYZ | 45.83 | 64.93 | 79.93 | - |
| YUV | 186.72 | 148.47 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 232 | 223 | 0.64 | 0 | 0.04 | 0.09 | 176.35 | 0.76 | 0.62 |
| Hex | 54 | E8 | DF | 40 | 0 | 4 | 9 | B0 | 4C | 3E |
| Octal | 124 | 350 | 337 | 100 | 0 | 4 | 11 | 260 | 114 | 76 |
| Binary | 1010100 | 11101000 | 11011111 | 1000000 | 0 | 100 | 1001 | 10110000 | 1001100 | 111110 |
Color Harmonies of #54E8DF
Complementary color
Monochromatic Colors of #54E8DF
Black with #54E8DF
Text Example
Text Example
White with #54E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E8DF; }
p { color: rgb(84,232,223); }
H1.HeaderClassName
{
color: #54E8DF;
}
.AnyTagClassName
{
color: #54E8DF;
}
</style>
background-color css
<style>
a { background-color: #54E8DF; }
a { background-color: rgb(84,232,223); }
div.DivClassName
{
background-color: #54E8DF;
}
.BgClassName
{
background-color: #54E8DF;
}
</style>
border-color css
<style>
span { border-color: #54E8DF; }
span { border-color: rgb(84,232,223); }
td.TdClassName
{
border-color: #54E8DF;
}
.TagClassName
{
border-color: #54E8DF;
}
</style>