Shades of Medium Turquoise #54DCDD
Tints of Medium Turquoise #54DCDD
RGB
CMYK
RGB Variations
Color information
#54DCDD (or 0x54DCDD) is known color: Medium Turquoise. HEX triplet: 54, DC and DD. RGB value is (84,220,221). Sum of RGB (Red+Green+Blue) = 84+220+221=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #54DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCDD is #AB2322. Grayscale: #B3B3B3. Windows color (decimal): -11215651 or 14539860. OLE color: 14539860.
HSL color Cylindrical-coordinate representation of color #54DCDD: hue angle of 180.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCDD is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 220 | 221 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.13 |
| HSL | 180.44º | 0.67% | 0.6% | - |
| HSV(B) | 180.44º | 0.62% | 0.87% | - |
| XYZ | 42.3 | 58.29 | 77.43 | - |
| YUV | 179.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 221 | 0.62 | 0.00 | 0 | 0.13 | 180.44 | 0.67 | 0.6 |
| Hex | 54 | DC | DD | 3E | 0 | 0 | D | B4 | 43 | 3C |
| Octal | 124 | 334 | 335 | 76 | 0 | 0 | 15 | 264 | 103 | 74 |
| Binary | 1010100 | 11011100 | 11011101 | 111110 | 0 | 0 | 1101 | 10110100 | 1000011 | 111100 |
Color Harmonies of #54DCDD
Complementary color
Monochromatic Colors of #54DCDD
Black with #54DCDD
Text Example
Text Example
White with #54DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCDD; }
p { color: rgb(84,220,221); }
H1.HeaderClassName
{
color: #54DCDD;
}
.AnyTagClassName
{
color: #54DCDD;
}
</style>
background-color css
<style>
a { background-color: #54DCDD; }
a { background-color: rgb(84,220,221); }
div.DivClassName
{
background-color: #54DCDD;
}
.BgClassName
{
background-color: #54DCDD;
}
</style>
border-color css
<style>
span { border-color: #54DCDD; }
span { border-color: rgb(84,220,221); }
td.TdClassName
{
border-color: #54DCDD;
}
.TagClassName
{
border-color: #54DCDD;
}
</style>