Shades of Medium Turquoise #54CFCD
Tints of Medium Turquoise #54CFCD
RGB
CMYK
RGB Variations
Color information
#54CFCD (or 0x54CFCD) is known color: Medium Turquoise. HEX triplet: 54, CF and CD. RGB value is (84,207,205). Sum of RGB (Red+Green+Blue) = 84+207+205=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFCD is #AB3032. Grayscale: #A9A9A9. Windows color (decimal): -11218995 or 13487956. OLE color: 13487956.
HSL color Cylindrical-coordinate representation of color #54CFCD: hue angle of 179.02º degrees, saturation: 0.56, 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 #54CFCD is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 205 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.19 |
| HSL | 179.02º | 0.56% | 0.57% | - |
| HSV(B) | 179.02º | 0.59% | 0.81% | - |
| XYZ | 36.99 | 50.92 | 65.64 | - |
| YUV | 170 | 147.75 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 205 | 0.59 | 0 | 0.01 | 0.19 | 179.02 | 0.56 | 0.57 |
| Hex | 54 | CF | CD | 3B | 0 | 1 | 13 | B3 | 38 | 39 |
| Octal | 124 | 317 | 315 | 73 | 0 | 1 | 23 | 263 | 70 | 71 |
| Binary | 1010100 | 11001111 | 11001101 | 111011 | 0 | 1 | 10011 | 10110011 | 111000 | 111001 |
Color Harmonies of #54CFCD
Complementary color
Monochromatic Colors of #54CFCD
Black with #54CFCD
Text Example
Text Example
White with #54CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFCD; }
p { color: rgb(84,207,205); }
H1.HeaderClassName
{
color: #54CFCD;
}
.AnyTagClassName
{
color: #54CFCD;
}
</style>
background-color css
<style>
a { background-color: #54CFCD; }
a { background-color: rgb(84,207,205); }
div.DivClassName
{
background-color: #54CFCD;
}
.BgClassName
{
background-color: #54CFCD;
}
</style>
border-color css
<style>
span { border-color: #54CFCD; }
span { border-color: rgb(84,207,205); }
td.TdClassName
{
border-color: #54CFCD;
}
.TagClassName
{
border-color: #54CFCD;
}
</style>