Shades of Medium Turquoise #54CDB9
Tints of Medium Turquoise #54CDB9
RGB
CMYK
RGB Variations
Color information
#54CDB9 (or 0x54CDB9) is known color: Medium Turquoise. HEX triplet: 54, CD and B9. RGB value is (84,205,185). Sum of RGB (Red+Green+Blue) = 84+205+185=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDB9 is #AB3246. Grayscale: #A6A6A6. Windows color (decimal): -11219527 or 12176724. OLE color: 12176724.
HSL color Cylindrical-coordinate representation of color #54CDB9: hue angle of 170.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CDB9 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 205 | 185 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.20 |
| HSL | 170.08º | 0.55% | 0.57% | - |
| HSV(B) | 170.08º | 0.59% | 0.8% | - |
| XYZ | 34.24 | 49.05 | 53.56 | - |
| YUV | 166.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 185 | 0.59 | 0 | 0.10 | 0.20 | 170.08 | 0.55 | 0.57 |
| Hex | 54 | CD | B9 | 3B | 0 | A | 14 | AA | 37 | 39 |
| Octal | 124 | 315 | 271 | 73 | 0 | 12 | 24 | 252 | 67 | 71 |
| Binary | 1010100 | 11001101 | 10111001 | 111011 | 0 | 1010 | 10100 | 10101010 | 110111 | 111001 |
Color Harmonies of #54CDB9
Complementary color
Monochromatic Colors of #54CDB9
Black with #54CDB9
Text Example
Text Example
White with #54CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDB9; }
p { color: rgb(84,205,185); }
H1.HeaderClassName
{
color: #54CDB9;
}
.AnyTagClassName
{
color: #54CDB9;
}
</style>
background-color css
<style>
a { background-color: #54CDB9; }
a { background-color: rgb(84,205,185); }
div.DivClassName
{
background-color: #54CDB9;
}
.BgClassName
{
background-color: #54CDB9;
}
</style>
border-color css
<style>
span { border-color: #54CDB9; }
span { border-color: rgb(84,205,185); }
td.TdClassName
{
border-color: #54CDB9;
}
.TagClassName
{
border-color: #54CDB9;
}
</style>