Shades of Medium Turquoise #54DCBE
Tints of Medium Turquoise #54DCBE
RGB
CMYK
RGB Variations
Color information
#54DCBE (or 0x54DCBE) is known color: Medium Turquoise. HEX triplet: 54, DC and BE. RGB value is (84,220,190). Sum of RGB (Red+Green+Blue) = 84+220+190=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCBE is #AB2341. Grayscale: #AFAFAF. Windows color (decimal): -11215682 or 12508244. OLE color: 12508244.
HSL color Cylindrical-coordinate representation of color #54DCBE: hue angle of 166.76º 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 #54DCBE is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 190 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.14 |
| HSL | 166.76º | 0.66% | 0.6% | - |
| HSV(B) | 166.76º | 0.62% | 0.86% | - |
| XYZ | 38.54 | 56.79 | 57.65 | - |
| YUV | 175.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 190 | 0.62 | 0 | 0.14 | 0.14 | 166.76 | 0.66 | 0.6 |
| Hex | 54 | DC | BE | 3E | 0 | E | E | A7 | 42 | 3C |
| Octal | 124 | 334 | 276 | 76 | 0 | 16 | 16 | 247 | 102 | 74 |
| Binary | 1010100 | 11011100 | 10111110 | 111110 | 0 | 1110 | 1110 | 10100111 | 1000010 | 111100 |
Color Harmonies of #54DCBE
Complementary color
Monochromatic Colors of #54DCBE
Black with #54DCBE
Text Example
Text Example
White with #54DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCBE; }
p { color: rgb(84,220,190); }
H1.HeaderClassName
{
color: #54DCBE;
}
.AnyTagClassName
{
color: #54DCBE;
}
</style>
background-color css
<style>
a { background-color: #54DCBE; }
a { background-color: rgb(84,220,190); }
div.DivClassName
{
background-color: #54DCBE;
}
.BgClassName
{
background-color: #54DCBE;
}
</style>
border-color css
<style>
span { border-color: #54DCBE; }
span { border-color: rgb(84,220,190); }
td.TdClassName
{
border-color: #54DCBE;
}
.TagClassName
{
border-color: #54DCBE;
}
</style>