Shades of Turquoise #54EFBC
Tints of Turquoise #54EFBC
RGB
CMYK
RGB Variations
Color information
#54EFBC (or 0x54EFBC) is known color: Turquoise. HEX triplet: 54, EF and BC. RGB value is (84,239,188). Sum of RGB (Red+Green+Blue) = 84+239+188=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFBC is #AB1043. Grayscale: #BABABA. Windows color (decimal): -11210820 or 12382036. OLE color: 12382036.
HSL color Cylindrical-coordinate representation of color #54EFBC: hue angle of 160.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFBC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 188 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.06 |
| HSL | 160.26º | 0.83% | 0.63% | - |
| HSV(B) | 160.26º | 0.65% | 0.94% | - |
| XYZ | 43.6 | 67.25 | 58.26 | - |
| YUV | 186.84 | 128.65 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 188 | 0.65 | 0 | 0.21 | 0.06 | 160.26 | 0.83 | 0.63 |
| Hex | 54 | EF | BC | 41 | 0 | 15 | 6 | A0 | 53 | 3F |
| Octal | 124 | 357 | 274 | 101 | 0 | 25 | 6 | 240 | 123 | 77 |
| Binary | 1010100 | 11101111 | 10111100 | 1000001 | 0 | 10101 | 110 | 10100000 | 1010011 | 111111 |
Color Harmonies of #54EFBC
Complementary color
Monochromatic Colors of #54EFBC
Black with #54EFBC
Text Example
Text Example
White with #54EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFBC; }
p { color: rgb(84,239,188); }
H1.HeaderClassName
{
color: #54EFBC;
}
.AnyTagClassName
{
color: #54EFBC;
}
</style>
background-color css
<style>
a { background-color: #54EFBC; }
a { background-color: rgb(84,239,188); }
div.DivClassName
{
background-color: #54EFBC;
}
.BgClassName
{
background-color: #54EFBC;
}
</style>
border-color css
<style>
span { border-color: #54EFBC; }
span { border-color: rgb(84,239,188); }
td.TdClassName
{
border-color: #54EFBC;
}
.TagClassName
{
border-color: #54EFBC;
}
</style>