Shades of Medium Turquoise #54D7DC
Tints of Medium Turquoise #54D7DC
RGB
CMYK
RGB Variations
Color information
#54D7DC (or 0x54D7DC) is known color: Medium Turquoise. HEX triplet: 54, D7 and DC. RGB value is (84,215,220). Sum of RGB (Red+Green+Blue) = 84+215+220=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #54D7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D7DC is #AB2823. Grayscale: #B0B0B0. Windows color (decimal): -11216932 or 14473044. OLE color: 14473044.
HSL color Cylindrical-coordinate representation of color #54D7DC: hue angle of 182.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54D7DC is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 215 | 220 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.14 |
| HSL | 182.21º | 0.66% | 0.6% | - |
| HSV(B) | 182.21º | 0.62% | 0.86% | - |
| XYZ | 40.87 | 55.65 | 76.3 | - |
| YUV | 176.4 | 152.6 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 215 | 220 | 0.62 | 0.02 | 0 | 0.14 | 182.21 | 0.66 | 0.6 |
| Hex | 54 | D7 | DC | 3E | 2 | 0 | E | B6 | 42 | 3C |
| Octal | 124 | 327 | 334 | 76 | 2 | 0 | 16 | 266 | 102 | 74 |
| Binary | 1010100 | 11010111 | 11011100 | 111110 | 10 | 0 | 1110 | 10110110 | 1000010 | 111100 |
Color Harmonies of #54D7DC
Complementary color
Monochromatic Colors of #54D7DC
Black with #54D7DC
Text Example
Text Example
White with #54D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D7DC; }
p { color: rgb(84,215,220); }
H1.HeaderClassName
{
color: #54D7DC;
}
.AnyTagClassName
{
color: #54D7DC;
}
</style>
background-color css
<style>
a { background-color: #54D7DC; }
a { background-color: rgb(84,215,220); }
div.DivClassName
{
background-color: #54D7DC;
}
.BgClassName
{
background-color: #54D7DC;
}
</style>
border-color css
<style>
span { border-color: #54D7DC; }
span { border-color: rgb(84,215,220); }
td.TdClassName
{
border-color: #54D7DC;
}
.TagClassName
{
border-color: #54D7DC;
}
</style>