Shades of Medium Turquoise #54C3BD
Tints of Medium Turquoise #54C3BD
RGB
CMYK
RGB Variations
Color information
#54C3BD (or 0x54C3BD) is known color: Medium Turquoise. HEX triplet: 54, C3 and BD. RGB value is (84,195,189). Sum of RGB (Red+Green+Blue) = 84+195+189=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #54C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C3BD is #AB3C42. Grayscale: #A1A1A1. Windows color (decimal): -11222083 or 12436308. OLE color: 12436308.
HSL color Cylindrical-coordinate representation of color #54C3BD: hue angle of 176.76º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C3BD is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 189 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.24 |
| HSL | 176.76º | 0.48% | 0.55% | - |
| HSV(B) | 176.76º | 0.57% | 0.76% | - |
| XYZ | 32.36 | 44.59 | 55.05 | - |
| YUV | 161.13 | 143.73 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 189 | 0.57 | 0 | 0.03 | 0.24 | 176.76 | 0.48 | 0.55 |
| Hex | 54 | C3 | BD | 39 | 0 | 3 | 18 | B1 | 30 | 37 |
| Octal | 124 | 303 | 275 | 71 | 0 | 3 | 30 | 261 | 60 | 67 |
| Binary | 1010100 | 11000011 | 10111101 | 111001 | 0 | 11 | 11000 | 10110001 | 110000 | 110111 |
Color Harmonies of #54C3BD
Complementary color
Monochromatic Colors of #54C3BD
Black with #54C3BD
Text Example
Text Example
White with #54C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C3BD; }
p { color: rgb(84,195,189); }
H1.HeaderClassName
{
color: #54C3BD;
}
.AnyTagClassName
{
color: #54C3BD;
}
</style>
background-color css
<style>
a { background-color: #54C3BD; }
a { background-color: rgb(84,195,189); }
div.DivClassName
{
background-color: #54C3BD;
}
.BgClassName
{
background-color: #54C3BD;
}
</style>
border-color css
<style>
span { border-color: #54C3BD; }
span { border-color: rgb(84,195,189); }
td.TdClassName
{
border-color: #54C3BD;
}
.TagClassName
{
border-color: #54C3BD;
}
</style>