Shades of Turquoise #54FEB6
Tints of Turquoise #54FEB6
RGB
CMYK
RGB Variations
Color information
#54FEB6 (or 0x54FEB6) is known color: Turquoise. HEX triplet: 54, FE and B6. RGB value is (84,254,182). Sum of RGB (Red+Green+Blue) = 84+254+182=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEB6 is #AB0149. Grayscale: #C3C3C3. Windows color (decimal): -11206986 or 11992660. OLE color: 11992660.
HSL color Cylindrical-coordinate representation of color #54FEB6: hue angle of 154.59º 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 #54FEB6 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 182 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.00 |
| HSL | 154.59º | 0.99% | 0.66% | - |
| HSV(B) | 154.59º | 0.67% | 1% | - |
| XYZ | 47.54 | 76.15 | 56.45 | - |
| YUV | 194.96 | 120.68 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 182 | 0.67 | 0 | 0.28 | 0.00 | 154.59 | 0.99 | 0.66 |
| Hex | 54 | FE | B6 | 43 | 0 | 1C | 0 | 9B | 63 | 42 |
| Octal | 124 | 376 | 266 | 103 | 0 | 34 | 0 | 233 | 143 | 102 |
| Binary | 1010100 | 11111110 | 10110110 | 1000011 | 0 | 11100 | 0 | 10011011 | 1100011 | 1000010 |
Color Harmonies of #54FEB6
Complementary color
Monochromatic Colors of #54FEB6
Black with #54FEB6
Text Example
Text Example
White with #54FEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEB6; }
p { color: rgb(84,254,182); }
H1.HeaderClassName
{
color: #54FEB6;
}
.AnyTagClassName
{
color: #54FEB6;
}
</style>
background-color css
<style>
a { background-color: #54FEB6; }
a { background-color: rgb(84,254,182); }
div.DivClassName
{
background-color: #54FEB6;
}
.BgClassName
{
background-color: #54FEB6;
}
</style>
border-color css
<style>
span { border-color: #54FEB6; }
span { border-color: rgb(84,254,182); }
td.TdClassName
{
border-color: #54FEB6;
}
.TagClassName
{
border-color: #54FEB6;
}
</style>