Shades of Medium Turquoise #54CFC5
Tints of Medium Turquoise #54CFC5
RGB
CMYK
RGB Variations
Color information
#54CFC5 (or 0x54CFC5) is known color: Medium Turquoise. HEX triplet: 54, CF and C5. RGB value is (84,207,197). Sum of RGB (Red+Green+Blue) = 84+207+197=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFC5 is #AB303A. Grayscale: #A9A9A9. Windows color (decimal): -11219003 or 12963668. OLE color: 12963668.
HSL color Cylindrical-coordinate representation of color #54CFC5: hue angle of 175.12º 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 #54CFC5 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 197 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.19 |
| HSL | 175.12º | 0.56% | 0.57% | - |
| HSV(B) | 175.12º | 0.59% | 0.81% | - |
| XYZ | 36.05 | 50.54 | 60.68 | - |
| YUV | 169.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 197 | 0.59 | 0 | 0.05 | 0.19 | 175.12 | 0.56 | 0.57 |
| Hex | 54 | CF | C5 | 3B | 0 | 5 | 13 | AF | 38 | 39 |
| Octal | 124 | 317 | 305 | 73 | 0 | 5 | 23 | 257 | 70 | 71 |
| Binary | 1010100 | 11001111 | 11000101 | 111011 | 0 | 101 | 10011 | 10101111 | 111000 | 111001 |
Color Harmonies of #54CFC5
Complementary color
Monochromatic Colors of #54CFC5
Black with #54CFC5
Text Example
Text Example
White with #54CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFC5; }
p { color: rgb(84,207,197); }
H1.HeaderClassName
{
color: #54CFC5;
}
.AnyTagClassName
{
color: #54CFC5;
}
</style>
background-color css
<style>
a { background-color: #54CFC5; }
a { background-color: rgb(84,207,197); }
div.DivClassName
{
background-color: #54CFC5;
}
.BgClassName
{
background-color: #54CFC5;
}
</style>
border-color css
<style>
span { border-color: #54CFC5; }
span { border-color: rgb(84,207,197); }
td.TdClassName
{
border-color: #54CFC5;
}
.TagClassName
{
border-color: #54CFC5;
}
</style>