Shades of Medium Turquoise #54DFCD
Tints of Medium Turquoise #54DFCD
RGB
CMYK
RGB Variations
Color information
#54DFCD (or 0x54DFCD) is known color: Medium Turquoise. HEX triplet: 54, DF and CD. RGB value is (84,223,205). Sum of RGB (Red+Green+Blue) = 84+223+205=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #54DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFCD is #AB2032. Grayscale: #B3B3B3. Windows color (decimal): -11214899 or 13492052. OLE color: 13492052.
HSL color Cylindrical-coordinate representation of color #54DFCD: hue angle of 172.23º degrees, saturation: 0.68, 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 #54DFCD is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 205 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.13 |
| HSL | 172.23º | 0.68% | 0.6% | - |
| HSV(B) | 172.23º | 0.62% | 0.87% | - |
| XYZ | 41.06 | 59.07 | 66.99 | - |
| YUV | 179.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 205 | 0.62 | 0 | 0.08 | 0.13 | 172.23 | 0.68 | 0.6 |
| Hex | 54 | DF | CD | 3E | 0 | 8 | D | AC | 44 | 3C |
| Octal | 124 | 337 | 315 | 76 | 0 | 10 | 15 | 254 | 104 | 74 |
| Binary | 1010100 | 11011111 | 11001101 | 111110 | 0 | 1000 | 1101 | 10101100 | 1000100 | 111100 |
Color Harmonies of #54DFCD
Complementary color
Monochromatic Colors of #54DFCD
Black with #54DFCD
Text Example
Text Example
White with #54DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFCD; }
p { color: rgb(84,223,205); }
H1.HeaderClassName
{
color: #54DFCD;
}
.AnyTagClassName
{
color: #54DFCD;
}
</style>
background-color css
<style>
a { background-color: #54DFCD; }
a { background-color: rgb(84,223,205); }
div.DivClassName
{
background-color: #54DFCD;
}
.BgClassName
{
background-color: #54DFCD;
}
</style>
border-color css
<style>
span { border-color: #54DFCD; }
span { border-color: rgb(84,223,205); }
td.TdClassName
{
border-color: #54DFCD;
}
.TagClassName
{
border-color: #54DFCD;
}
</style>