Shades of Medium Turquoise #54C1BF
Tints of Medium Turquoise #54C1BF
RGB
CMYK
RGB Variations
Color information
#54C1BF (or 0x54C1BF) is known color: Medium Turquoise. HEX triplet: 54, C1 and BF. RGB value is (84,193,191). Sum of RGB (Red+Green+Blue) = 84+193+191=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #54C1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C1BF is #AB3E40. Grayscale: #A0A0A0. Windows color (decimal): -11222593 or 12566868. OLE color: 12566868.
HSL color Cylindrical-coordinate representation of color #54C1BF: hue angle of 178.9º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C1BF is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 191 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.24 |
| HSL | 178.9º | 0.47% | 0.54% | - |
| HSV(B) | 178.9º | 0.56% | 0.76% | - |
| XYZ | 32.13 | 43.79 | 56.05 | - |
| YUV | 160.18 | 145.39 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 191 | 0.56 | 0 | 0.01 | 0.24 | 178.9 | 0.47 | 0.54 |
| Hex | 54 | C1 | BF | 38 | 0 | 1 | 18 | B3 | 2F | 36 |
| Octal | 124 | 301 | 277 | 70 | 0 | 1 | 30 | 263 | 57 | 66 |
| Binary | 1010100 | 11000001 | 10111111 | 111000 | 0 | 1 | 11000 | 10110011 | 101111 | 110110 |
Color Harmonies of #54C1BF
Complementary color
Monochromatic Colors of #54C1BF
Black with #54C1BF
Text Example
Text Example
White with #54C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C1BF; }
p { color: rgb(84,193,191); }
H1.HeaderClassName
{
color: #54C1BF;
}
.AnyTagClassName
{
color: #54C1BF;
}
</style>
background-color css
<style>
a { background-color: #54C1BF; }
a { background-color: rgb(84,193,191); }
div.DivClassName
{
background-color: #54C1BF;
}
.BgClassName
{
background-color: #54C1BF;
}
</style>
border-color css
<style>
span { border-color: #54C1BF; }
span { border-color: rgb(84,193,191); }
td.TdClassName
{
border-color: #54C1BF;
}
.TagClassName
{
border-color: #54C1BF;
}
</style>