Shades of Medium Turquoise #54DED9
Tints of Medium Turquoise #54DED9
RGB
CMYK
RGB Variations
Color information
#54DED9 (or 0x54DED9) is known color: Medium Turquoise. HEX triplet: 54, DE and D9. RGB value is (84,222,217). Sum of RGB (Red+Green+Blue) = 84+222+217=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #54DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DED9 is #AB2126. Grayscale: #B4B4B4. Windows color (decimal): -11215143 or 14278228. OLE color: 14278228.
HSL color Cylindrical-coordinate representation of color #54DED9: hue angle of 177.83º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DED9 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 217 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.13 |
| HSL | 177.83º | 0.68% | 0.6% | - |
| HSV(B) | 177.83º | 0.62% | 0.87% | - |
| XYZ | 42.3 | 59.14 | 74.83 | - |
| YUV | 180.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 217 | 0.62 | 0 | 0.02 | 0.13 | 177.83 | 0.68 | 0.6 |
| Hex | 54 | DE | D9 | 3E | 0 | 2 | D | B2 | 44 | 3C |
| Octal | 124 | 336 | 331 | 76 | 0 | 2 | 15 | 262 | 104 | 74 |
| Binary | 1010100 | 11011110 | 11011001 | 111110 | 0 | 10 | 1101 | 10110010 | 1000100 | 111100 |
Color Harmonies of #54DED9
Complementary color
Monochromatic Colors of #54DED9
Black with #54DED9
Text Example
Text Example
White with #54DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DED9; }
p { color: rgb(84,222,217); }
H1.HeaderClassName
{
color: #54DED9;
}
.AnyTagClassName
{
color: #54DED9;
}
</style>
background-color css
<style>
a { background-color: #54DED9; }
a { background-color: rgb(84,222,217); }
div.DivClassName
{
background-color: #54DED9;
}
.BgClassName
{
background-color: #54DED9;
}
</style>
border-color css
<style>
span { border-color: #54DED9; }
span { border-color: rgb(84,222,217); }
td.TdClassName
{
border-color: #54DED9;
}
.TagClassName
{
border-color: #54DED9;
}
</style>