Shades of Medium Turquoise #54D4DC
Tints of Medium Turquoise #54D4DC
RGB
CMYK
RGB Variations
Color information
#54D4DC (or 0x54D4DC) is known color: Medium Turquoise. HEX triplet: 54, D4 and DC. RGB value is (84,212,220). Sum of RGB (Red+Green+Blue) = 84+212+220=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #54D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D4DC is #AB2B23. Grayscale: #AEAEAE. Windows color (decimal): -11217700 or 14472276. OLE color: 14472276.
HSL color Cylindrical-coordinate representation of color #54D4DC: hue angle of 183.53º 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 #54D4DC is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 212 | 220 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.14 |
| HSL | 183.53º | 0.66% | 0.6% | - |
| HSV(B) | 183.53º | 0.62% | 0.86% | - |
| XYZ | 40.12 | 54.14 | 76.05 | - |
| YUV | 174.64 | 153.59 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 220 | 0.62 | 0.04 | 0 | 0.14 | 183.53 | 0.66 | 0.6 |
| Hex | 54 | D4 | DC | 3E | 4 | 0 | E | B8 | 42 | 3C |
| Octal | 124 | 324 | 334 | 76 | 4 | 0 | 16 | 270 | 102 | 74 |
| Binary | 1010100 | 11010100 | 11011100 | 111110 | 100 | 0 | 1110 | 10111000 | 1000010 | 111100 |
Color Harmonies of #54D4DC
Complementary color
Monochromatic Colors of #54D4DC
Black with #54D4DC
Text Example
Text Example
White with #54D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D4DC; }
p { color: rgb(84,212,220); }
H1.HeaderClassName
{
color: #54D4DC;
}
.AnyTagClassName
{
color: #54D4DC;
}
</style>
background-color css
<style>
a { background-color: #54D4DC; }
a { background-color: rgb(84,212,220); }
div.DivClassName
{
background-color: #54D4DC;
}
.BgClassName
{
background-color: #54D4DC;
}
</style>
border-color css
<style>
span { border-color: #54D4DC; }
span { border-color: rgb(84,212,220); }
td.TdClassName
{
border-color: #54D4DC;
}
.TagClassName
{
border-color: #54D4DC;
}
</style>