Shades of Medium Turquoise #54DCCD
Tints of Medium Turquoise #54DCCD
RGB
CMYK
RGB Variations
Color information
#54DCCD (or 0x54DCCD) is known color: Medium Turquoise. HEX triplet: 54, DC and CD. RGB value is (84,220,205). Sum of RGB (Red+Green+Blue) = 84+220+205=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCCD is #AB2332. Grayscale: #B1B1B1. Windows color (decimal): -11215667 or 13491284. OLE color: 13491284.
HSL color Cylindrical-coordinate representation of color #54DCCD: hue angle of 173.38º 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 #54DCCD is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 205 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.14 |
| HSL | 173.38º | 0.66% | 0.6% | - |
| HSV(B) | 173.38º | 0.62% | 0.86% | - |
| XYZ | 40.27 | 57.48 | 66.73 | - |
| YUV | 177.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 205 | 0.62 | 0 | 0.07 | 0.14 | 173.38 | 0.66 | 0.6 |
| Hex | 54 | DC | CD | 3E | 0 | 7 | E | AD | 42 | 3C |
| Octal | 124 | 334 | 315 | 76 | 0 | 7 | 16 | 255 | 102 | 74 |
| Binary | 1010100 | 11011100 | 11001101 | 111110 | 0 | 111 | 1110 | 10101101 | 1000010 | 111100 |
Color Harmonies of #54DCCD
Complementary color
Monochromatic Colors of #54DCCD
Black with #54DCCD
Text Example
Text Example
White with #54DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCCD; }
p { color: rgb(84,220,205); }
H1.HeaderClassName
{
color: #54DCCD;
}
.AnyTagClassName
{
color: #54DCCD;
}
</style>
background-color css
<style>
a { background-color: #54DCCD; }
a { background-color: rgb(84,220,205); }
div.DivClassName
{
background-color: #54DCCD;
}
.BgClassName
{
background-color: #54DCCD;
}
</style>
border-color css
<style>
span { border-color: #54DCCD; }
span { border-color: rgb(84,220,205); }
td.TdClassName
{
border-color: #54DCCD;
}
.TagClassName
{
border-color: #54DCCD;
}
</style>