Shades of Turquoise #54E0BF
Tints of Turquoise #54E0BF
RGB
CMYK
RGB Variations
Color information
#54E0BF (or 0x54E0BF) is known color: Turquoise. HEX triplet: 54, E0 and BF. RGB value is (84,224,191). Sum of RGB (Red+Green+Blue) = 84+224+191=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0BF is #AB1F40. Grayscale: #B2B2B2. Windows color (decimal): -11214657 or 12574804. OLE color: 12574804.
HSL color Cylindrical-coordinate representation of color #54E0BF: hue angle of 165.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0BF is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 191 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.12 |
| HSL | 165.86º | 0.69% | 0.6% | - |
| HSV(B) | 165.86º | 0.63% | 0.88% | - |
| XYZ | 39.72 | 58.96 | 58.58 | - |
| YUV | 178.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 191 | 0.62 | 0 | 0.15 | 0.12 | 165.86 | 0.69 | 0.6 |
| Hex | 54 | E0 | BF | 3E | 0 | F | C | A6 | 45 | 3C |
| Octal | 124 | 340 | 277 | 76 | 0 | 17 | 14 | 246 | 105 | 74 |
| Binary | 1010100 | 11100000 | 10111111 | 111110 | 0 | 1111 | 1100 | 10100110 | 1000101 | 111100 |
Color Harmonies of #54E0BF
Complementary color
Monochromatic Colors of #54E0BF
Black with #54E0BF
Text Example
Text Example
White with #54E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0BF; }
p { color: rgb(84,224,191); }
H1.HeaderClassName
{
color: #54E0BF;
}
.AnyTagClassName
{
color: #54E0BF;
}
</style>
background-color css
<style>
a { background-color: #54E0BF; }
a { background-color: rgb(84,224,191); }
div.DivClassName
{
background-color: #54E0BF;
}
.BgClassName
{
background-color: #54E0BF;
}
</style>
border-color css
<style>
span { border-color: #54E0BF; }
span { border-color: rgb(84,224,191); }
td.TdClassName
{
border-color: #54E0BF;
}
.TagClassName
{
border-color: #54E0BF;
}
</style>