Shades of Medium Turquoise #54CECD
Tints of Medium Turquoise #54CECD
RGB
CMYK
RGB Variations
Color information
#54CECD (or 0x54CECD) is known color: Medium Turquoise. HEX triplet: 54, CE and CD. RGB value is (84,206,205). Sum of RGB (Red+Green+Blue) = 84+206+205=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #54CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CECD is #AB3132. Grayscale: #A9A9A9. Windows color (decimal): -11219251 or 13487700. OLE color: 13487700.
HSL color Cylindrical-coordinate representation of color #54CECD: hue angle of 179.51º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CECD is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 206 | 205 | - |
| CMYK | 0.59 | 0 | 0.00 | 0.19 |
| HSL | 179.51º | 0.55% | 0.57% | - |
| HSV(B) | 179.51º | 0.59% | 0.81% | - |
| XYZ | 36.75 | 50.44 | 65.56 | - |
| YUV | 169.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 205 | 0.59 | 0 | 0.00 | 0.19 | 179.51 | 0.55 | 0.57 |
| Hex | 54 | CE | CD | 3B | 0 | 0 | 13 | B4 | 37 | 39 |
| Octal | 124 | 316 | 315 | 73 | 0 | 0 | 23 | 264 | 67 | 71 |
| Binary | 1010100 | 11001110 | 11001101 | 111011 | 0 | 0 | 10011 | 10110100 | 110111 | 111001 |
Color Harmonies of #54CECD
Complementary color
Monochromatic Colors of #54CECD
Black with #54CECD
Text Example
Text Example
White with #54CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CECD; }
p { color: rgb(84,206,205); }
H1.HeaderClassName
{
color: #54CECD;
}
.AnyTagClassName
{
color: #54CECD;
}
</style>
background-color css
<style>
a { background-color: #54CECD; }
a { background-color: rgb(84,206,205); }
div.DivClassName
{
background-color: #54CECD;
}
.BgClassName
{
background-color: #54CECD;
}
</style>
border-color css
<style>
span { border-color: #54CECD; }
span { border-color: rgb(84,206,205); }
td.TdClassName
{
border-color: #54CECD;
}
.TagClassName
{
border-color: #54CECD;
}
</style>