Shades of Medium Turquoise #54DEDF
Tints of Medium Turquoise #54DEDF
RGB
CMYK
RGB Variations
Color information
#54DEDF (or 0x54DEDF) is known color: Medium Turquoise. HEX triplet: 54, DE and DF. RGB value is (84,222,223). Sum of RGB (Red+Green+Blue) = 84+222+223=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #54DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DEDF is #AB2120. Grayscale: #B4B4B4. Windows color (decimal): -11215137 or 14671444. OLE color: 14671444.
HSL color Cylindrical-coordinate representation of color #54DEDF: hue angle of 180.43º 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 #54DEDF is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 223 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.13 |
| HSL | 180.43º | 0.68% | 0.6% | - |
| HSV(B) | 180.43º | 0.62% | 0.87% | - |
| XYZ | 43.1 | 59.46 | 79.02 | - |
| YUV | 180.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 223 | 0.62 | 0.00 | 0 | 0.13 | 180.43 | 0.68 | 0.6 |
| Hex | 54 | DE | DF | 3E | 0 | 0 | D | B4 | 44 | 3C |
| Octal | 124 | 336 | 337 | 76 | 0 | 0 | 15 | 264 | 104 | 74 |
| Binary | 1010100 | 11011110 | 11011111 | 111110 | 0 | 0 | 1101 | 10110100 | 1000100 | 111100 |
Color Harmonies of #54DEDF
Complementary color
Monochromatic Colors of #54DEDF
Black with #54DEDF
Text Example
Text Example
White with #54DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DEDF; }
p { color: rgb(84,222,223); }
H1.HeaderClassName
{
color: #54DEDF;
}
.AnyTagClassName
{
color: #54DEDF;
}
</style>
background-color css
<style>
a { background-color: #54DEDF; }
a { background-color: rgb(84,222,223); }
div.DivClassName
{
background-color: #54DEDF;
}
.BgClassName
{
background-color: #54DEDF;
}
</style>
border-color css
<style>
span { border-color: #54DEDF; }
span { border-color: rgb(84,222,223); }
td.TdClassName
{
border-color: #54DEDF;
}
.TagClassName
{
border-color: #54DEDF;
}
</style>