Shades of Turquoise #54FEBF
Tints of Turquoise #54FEBF
RGB
CMYK
RGB Variations
Color information
#54FEBF (or 0x54FEBF) is known color: Turquoise. HEX triplet: 54, FE and BF. RGB value is (84,254,191). Sum of RGB (Red+Green+Blue) = 84+254+191=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEBF is #AB0140. Grayscale: #C4C4C4. Windows color (decimal): -11206977 or 12582484. OLE color: 12582484.
HSL color Cylindrical-coordinate representation of color #54FEBF: hue angle of 157.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FEBF is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 191 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.00 |
| HSL | 157.76º | 0.99% | 0.66% | - |
| HSV(B) | 157.76º | 0.67% | 1% | - |
| XYZ | 48.5 | 76.53 | 61.51 | - |
| YUV | 195.99 | 125.18 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 191 | 0.67 | 0 | 0.25 | 0.00 | 157.76 | 0.99 | 0.66 |
| Hex | 54 | FE | BF | 43 | 0 | 19 | 0 | 9E | 63 | 42 |
| Octal | 124 | 376 | 277 | 103 | 0 | 31 | 0 | 236 | 143 | 102 |
| Binary | 1010100 | 11111110 | 10111111 | 1000011 | 0 | 11001 | 0 | 10011110 | 1100011 | 1000010 |
Color Harmonies of #54FEBF
Complementary color
Monochromatic Colors of #54FEBF
Black with #54FEBF
Text Example
Text Example
White with #54FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEBF; }
p { color: rgb(84,254,191); }
H1.HeaderClassName
{
color: #54FEBF;
}
.AnyTagClassName
{
color: #54FEBF;
}
</style>
background-color css
<style>
a { background-color: #54FEBF; }
a { background-color: rgb(84,254,191); }
div.DivClassName
{
background-color: #54FEBF;
}
.BgClassName
{
background-color: #54FEBF;
}
</style>
border-color css
<style>
span { border-color: #54FEBF; }
span { border-color: rgb(84,254,191); }
td.TdClassName
{
border-color: #54FEBF;
}
.TagClassName
{
border-color: #54FEBF;
}
</style>