Shades of Turquoise #54E6DD
Tints of Turquoise #54E6DD
RGB
CMYK
RGB Variations
Color information
#54E6DD (or 0x54E6DD) is known color: Turquoise. HEX triplet: 54, E6 and DD. RGB value is (84,230,221). Sum of RGB (Red+Green+Blue) = 84+230+221=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #54E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E6DD is #AB1922. Grayscale: #B9B9B9. Windows color (decimal): -11213091 or 14542420. OLE color: 14542420.
HSL color Cylindrical-coordinate representation of color #54E6DD: hue angle of 176.3º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E6DD is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 230 | 221 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.10 |
| HSL | 176.3º | 0.74% | 0.62% | - |
| HSV(B) | 176.3º | 0.63% | 0.9% | - |
| XYZ | 45 | 63.7 | 78.33 | - |
| YUV | 185.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 221 | 0.63 | 0 | 0.04 | 0.10 | 176.3 | 0.74 | 0.62 |
| Hex | 54 | E6 | DD | 3F | 0 | 4 | A | B0 | 4A | 3E |
| Octal | 124 | 346 | 335 | 77 | 0 | 4 | 12 | 260 | 112 | 76 |
| Binary | 1010100 | 11100110 | 11011101 | 111111 | 0 | 100 | 1010 | 10110000 | 1001010 | 111110 |
Color Harmonies of #54E6DD
Complementary color
Monochromatic Colors of #54E6DD
Black with #54E6DD
Text Example
Text Example
White with #54E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E6DD; }
p { color: rgb(84,230,221); }
H1.HeaderClassName
{
color: #54E6DD;
}
.AnyTagClassName
{
color: #54E6DD;
}
</style>
background-color css
<style>
a { background-color: #54E6DD; }
a { background-color: rgb(84,230,221); }
div.DivClassName
{
background-color: #54E6DD;
}
.BgClassName
{
background-color: #54E6DD;
}
</style>
border-color css
<style>
span { border-color: #54E6DD; }
span { border-color: rgb(84,230,221); }
td.TdClassName
{
border-color: #54E6DD;
}
.TagClassName
{
border-color: #54E6DD;
}
</style>