Shades of Turquoise #54E1BF
Tints of Turquoise #54E1BF
RGB
CMYK
RGB Variations
Color information
#54E1BF (or 0x54E1BF) is known color: Turquoise. HEX triplet: 54, E1 and BF. RGB value is (84,225,191). Sum of RGB (Red+Green+Blue) = 84+225+191=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1BF is #AB1E40. Grayscale: #B2B2B2. Windows color (decimal): -11214401 or 12575060. OLE color: 12575060.
HSL color Cylindrical-coordinate representation of color #54E1BF: hue angle of 165.53º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E1BF is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 191 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.12 |
| HSL | 165.53º | 0.7% | 0.61% | - |
| HSV(B) | 165.53º | 0.63% | 0.88% | - |
| XYZ | 39.99 | 59.5 | 58.67 | - |
| YUV | 178.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 191 | 0.63 | 0 | 0.15 | 0.12 | 165.53 | 0.7 | 0.61 |
| Hex | 54 | E1 | BF | 3F | 0 | F | C | A6 | 46 | 3D |
| Octal | 124 | 341 | 277 | 77 | 0 | 17 | 14 | 246 | 106 | 75 |
| Binary | 1010100 | 11100001 | 10111111 | 111111 | 0 | 1111 | 1100 | 10100110 | 1000110 | 111101 |
Color Harmonies of #54E1BF
Complementary color
Monochromatic Colors of #54E1BF
Black with #54E1BF
Text Example
Text Example
White with #54E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1BF; }
p { color: rgb(84,225,191); }
H1.HeaderClassName
{
color: #54E1BF;
}
.AnyTagClassName
{
color: #54E1BF;
}
</style>
background-color css
<style>
a { background-color: #54E1BF; }
a { background-color: rgb(84,225,191); }
div.DivClassName
{
background-color: #54E1BF;
}
.BgClassName
{
background-color: #54E1BF;
}
</style>
border-color css
<style>
span { border-color: #54E1BF; }
span { border-color: rgb(84,225,191); }
td.TdClassName
{
border-color: #54E1BF;
}
.TagClassName
{
border-color: #54E1BF;
}
</style>