Shades of Medium Turquoise #54CDD0
Tints of Medium Turquoise #54CDD0
RGB
CMYK
RGB Variations
Color information
#54CDD0 (or 0x54CDD0) is known color: Medium Turquoise. HEX triplet: 54, CD and D0. RGB value is (84,205,208). Sum of RGB (Red+Green+Blue) = 84+205+208=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #54CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDD0 is #AB322F. Grayscale: #A9A9A9. Windows color (decimal): -11219504 or 13684052. OLE color: 13684052.
HSL color Cylindrical-coordinate representation of color #54CDD0: hue angle of 181.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54CDD0 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 205 | 208 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.18 |
| HSL | 181.45º | 0.57% | 0.57% | - |
| HSV(B) | 181.45º | 0.6% | 0.82% | - |
| XYZ | 36.87 | 50.1 | 67.4 | - |
| YUV | 169.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 208 | 0.60 | 0.01 | 0 | 0.18 | 181.45 | 0.57 | 0.57 |
| Hex | 54 | CD | D0 | 3C | 1 | 0 | 12 | B5 | 39 | 39 |
| Octal | 124 | 315 | 320 | 74 | 1 | 0 | 22 | 265 | 71 | 71 |
| Binary | 1010100 | 11001101 | 11010000 | 111100 | 1 | 0 | 10010 | 10110101 | 111001 | 111001 |
Color Harmonies of #54CDD0
Complementary color
Monochromatic Colors of #54CDD0
Black with #54CDD0
Text Example
Text Example
White with #54CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDD0; }
p { color: rgb(84,205,208); }
H1.HeaderClassName
{
color: #54CDD0;
}
.AnyTagClassName
{
color: #54CDD0;
}
</style>
background-color css
<style>
a { background-color: #54CDD0; }
a { background-color: rgb(84,205,208); }
div.DivClassName
{
background-color: #54CDD0;
}
.BgClassName
{
background-color: #54CDD0;
}
</style>
border-color css
<style>
span { border-color: #54CDD0; }
span { border-color: rgb(84,205,208); }
td.TdClassName
{
border-color: #54CDD0;
}
.TagClassName
{
border-color: #54CDD0;
}
</style>