Shades of Turquoise #54EBBC
Tints of Turquoise #54EBBC
RGB
CMYK
RGB Variations
Color information
#54EBBC (or 0x54EBBC) is known color: Turquoise. HEX triplet: 54, EB and BC. RGB value is (84,235,188). Sum of RGB (Red+Green+Blue) = 84+235+188=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBBC is #AB1443. Grayscale: #B8B8B8. Windows color (decimal): -11211844 or 12381012. OLE color: 12381012.
HSL color Cylindrical-coordinate representation of color #54EBBC: hue angle of 161.32º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EBBC is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 235 | 188 | - |
| CMYK | 0.64 | 0 | 0.2 | 0.08 |
| HSL | 161.32º | 0.79% | 0.63% | - |
| HSV(B) | 161.32º | 0.64% | 0.92% | - |
| XYZ | 42.44 | 64.93 | 57.87 | - |
| YUV | 184.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 235 | 188 | 0.64 | 0 | 0.2 | 0.08 | 161.32 | 0.79 | 0.63 |
| Hex | 54 | EB | BC | 40 | 0 | 14 | 8 | A1 | 4F | 3F |
| Octal | 124 | 353 | 274 | 100 | 0 | 24 | 10 | 241 | 117 | 77 |
| Binary | 1010100 | 11101011 | 10111100 | 1000000 | 0 | 10100 | 1000 | 10100001 | 1001111 | 111111 |
Color Harmonies of #54EBBC
Complementary color
Monochromatic Colors of #54EBBC
Black with #54EBBC
Text Example
Text Example
White with #54EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EBBC; }
p { color: rgb(84,235,188); }
H1.HeaderClassName
{
color: #54EBBC;
}
.AnyTagClassName
{
color: #54EBBC;
}
</style>
background-color css
<style>
a { background-color: #54EBBC; }
a { background-color: rgb(84,235,188); }
div.DivClassName
{
background-color: #54EBBC;
}
.BgClassName
{
background-color: #54EBBC;
}
</style>
border-color css
<style>
span { border-color: #54EBBC; }
span { border-color: rgb(84,235,188); }
td.TdClassName
{
border-color: #54EBBC;
}
.TagClassName
{
border-color: #54EBBC;
}
</style>