Shades of Medium Turquoise #54CFBC
Tints of Medium Turquoise #54CFBC
RGB
CMYK
RGB Variations
Color information
#54CFBC (or 0x54CFBC) is known color: Medium Turquoise. HEX triplet: 54, CF and BC. RGB value is (84,207,188). Sum of RGB (Red+Green+Blue) = 84+207+188=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFBC is #AB3043. Grayscale: #A8A8A8. Windows color (decimal): -11219012 or 12373844. OLE color: 12373844.
HSL color Cylindrical-coordinate representation of color #54CFBC: hue angle of 170.73º 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 #54CFBC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 188 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.19 |
| HSL | 170.73º | 0.56% | 0.57% | - |
| HSV(B) | 170.73º | 0.59% | 0.81% | - |
| XYZ | 35.05 | 50.14 | 55.41 | - |
| YUV | 168.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 188 | 0.59 | 0 | 0.09 | 0.19 | 170.73 | 0.56 | 0.57 |
| Hex | 54 | CF | BC | 3B | 0 | 9 | 13 | AB | 38 | 39 |
| Octal | 124 | 317 | 274 | 73 | 0 | 11 | 23 | 253 | 70 | 71 |
| Binary | 1010100 | 11001111 | 10111100 | 111011 | 0 | 1001 | 10011 | 10101011 | 111000 | 111001 |
Color Harmonies of #54CFBC
Complementary color
Monochromatic Colors of #54CFBC
Black with #54CFBC
Text Example
Text Example
White with #54CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFBC; }
p { color: rgb(84,207,188); }
H1.HeaderClassName
{
color: #54CFBC;
}
.AnyTagClassName
{
color: #54CFBC;
}
</style>
background-color css
<style>
a { background-color: #54CFBC; }
a { background-color: rgb(84,207,188); }
div.DivClassName
{
background-color: #54CFBC;
}
.BgClassName
{
background-color: #54CFBC;
}
</style>
border-color css
<style>
span { border-color: #54CFBC; }
span { border-color: rgb(84,207,188); }
td.TdClassName
{
border-color: #54CFBC;
}
.TagClassName
{
border-color: #54CFBC;
}
</style>