Shades of Medium Turquoise #54D9CE
Tints of Medium Turquoise #54D9CE
RGB
CMYK
RGB Variations
Color information
#54D9CE (or 0x54D9CE) is known color: Medium Turquoise. HEX triplet: 54, D9 and CE. RGB value is (84,217,206). Sum of RGB (Red+Green+Blue) = 84+217+206=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #54D9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D9CE is #AB2631. Grayscale: #AFAFAF. Windows color (decimal): -11216434 or 13556052. OLE color: 13556052.
HSL color Cylindrical-coordinate representation of color #54D9CE: hue angle of 175.04º degrees, saturation: 0.64, 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 #54D9CE is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 217 | 206 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.15 |
| HSL | 175.04º | 0.64% | 0.59% | - |
| HSV(B) | 175.04º | 0.61% | 0.85% | - |
| XYZ | 39.61 | 55.97 | 67.11 | - |
| YUV | 175.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 206 | 0.61 | 0 | 0.05 | 0.15 | 175.04 | 0.64 | 0.59 |
| Hex | 54 | D9 | CE | 3D | 0 | 5 | F | AF | 40 | 3B |
| Octal | 124 | 331 | 316 | 75 | 0 | 5 | 17 | 257 | 100 | 73 |
| Binary | 1010100 | 11011001 | 11001110 | 111101 | 0 | 101 | 1111 | 10101111 | 1000000 | 111011 |
Color Harmonies of #54D9CE
Complementary color
Monochromatic Colors of #54D9CE
Black with #54D9CE
Text Example
Text Example
White with #54D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D9CE; }
p { color: rgb(84,217,206); }
H1.HeaderClassName
{
color: #54D9CE;
}
.AnyTagClassName
{
color: #54D9CE;
}
</style>
background-color css
<style>
a { background-color: #54D9CE; }
a { background-color: rgb(84,217,206); }
div.DivClassName
{
background-color: #54D9CE;
}
.BgClassName
{
background-color: #54D9CE;
}
</style>
border-color css
<style>
span { border-color: #54D9CE; }
span { border-color: rgb(84,217,206); }
td.TdClassName
{
border-color: #54D9CE;
}
.TagClassName
{
border-color: #54D9CE;
}
</style>