Shades of Medium Turquoise #54D8D0
Tints of Medium Turquoise #54D8D0
RGB
CMYK
RGB Variations
Color information
#54D8D0 (or 0x54D8D0) is known color: Medium Turquoise. HEX triplet: 54, D8 and D0. RGB value is (84,216,208). Sum of RGB (Red+Green+Blue) = 84+216+208=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8D0 is #AB272F. Grayscale: #AFAFAF. Windows color (decimal): -11216688 or 13686868. OLE color: 13686868.
HSL color Cylindrical-coordinate representation of color #54D8D0: hue angle of 176.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D8D0 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 208 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.15 |
| HSL | 176.36º | 0.63% | 0.59% | - |
| HSV(B) | 176.36º | 0.61% | 0.85% | - |
| XYZ | 39.6 | 55.55 | 68.31 | - |
| YUV | 175.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 208 | 0.61 | 0 | 0.04 | 0.15 | 176.36 | 0.63 | 0.59 |
| Hex | 54 | D8 | D0 | 3D | 0 | 4 | F | B0 | 3F | 3B |
| Octal | 124 | 330 | 320 | 75 | 0 | 4 | 17 | 260 | 77 | 73 |
| Binary | 1010100 | 11011000 | 11010000 | 111101 | 0 | 100 | 1111 | 10110000 | 111111 | 111011 |
Color Harmonies of #54D8D0
Complementary color
Monochromatic Colors of #54D8D0
Black with #54D8D0
Text Example
Text Example
White with #54D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8D0; }
p { color: rgb(84,216,208); }
H1.HeaderClassName
{
color: #54D8D0;
}
.AnyTagClassName
{
color: #54D8D0;
}
</style>
background-color css
<style>
a { background-color: #54D8D0; }
a { background-color: rgb(84,216,208); }
div.DivClassName
{
background-color: #54D8D0;
}
.BgClassName
{
background-color: #54D8D0;
}
</style>
border-color css
<style>
span { border-color: #54D8D0; }
span { border-color: rgb(84,216,208); }
td.TdClassName
{
border-color: #54D8D0;
}
.TagClassName
{
border-color: #54D8D0;
}
</style>