Shades of Medium Turquoise #54D1D8
Tints of Medium Turquoise #54D1D8
RGB
CMYK
RGB Variations
Color information
#54D1D8 (or 0x54D1D8) is known color: Medium Turquoise. HEX triplet: 54, D1 and D8. RGB value is (84,209,216). Sum of RGB (Red+Green+Blue) = 84+209+216=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #54D1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D1D8 is #AB2E27. Grayscale: #ACACAC. Windows color (decimal): -11218472 or 14209364. OLE color: 14209364.
HSL color Cylindrical-coordinate representation of color #54D1D8: hue angle of 183.18º 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 #54D1D8 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 209 | 216 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.15 |
| HSL | 183.18º | 0.63% | 0.59% | - |
| HSV(B) | 183.18º | 0.61% | 0.85% | - |
| XYZ | 38.85 | 52.44 | 73.04 | - |
| YUV | 172.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 216 | 0.61 | 0.03 | 0 | 0.15 | 183.18 | 0.63 | 0.59 |
| Hex | 54 | D1 | D8 | 3D | 3 | 0 | F | B7 | 3F | 3B |
| Octal | 124 | 321 | 330 | 75 | 3 | 0 | 17 | 267 | 77 | 73 |
| Binary | 1010100 | 11010001 | 11011000 | 111101 | 11 | 0 | 1111 | 10110111 | 111111 | 111011 |
Color Harmonies of #54D1D8
Complementary color
Monochromatic Colors of #54D1D8
Black with #54D1D8
Text Example
Text Example
White with #54D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D1D8; }
p { color: rgb(84,209,216); }
H1.HeaderClassName
{
color: #54D1D8;
}
.AnyTagClassName
{
color: #54D1D8;
}
</style>
background-color css
<style>
a { background-color: #54D1D8; }
a { background-color: rgb(84,209,216); }
div.DivClassName
{
background-color: #54D1D8;
}
.BgClassName
{
background-color: #54D1D8;
}
</style>
border-color css
<style>
span { border-color: #54D1D8; }
span { border-color: rgb(84,209,216); }
td.TdClassName
{
border-color: #54D1D8;
}
.TagClassName
{
border-color: #54D1D8;
}
</style>