Shades of Turquoise #54EBC4
Tints of Turquoise #54EBC4
RGB
CMYK
RGB Variations
Color information
#54EBC4 (or 0x54EBC4) is known color: Turquoise. HEX triplet: 54, EB and C4. RGB value is (84,235,196). Sum of RGB (Red+Green+Blue) = 84+235+196=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC4 is #AB143B. Grayscale: #B9B9B9. Windows color (decimal): -11211836 or 12905300. OLE color: 12905300.
HSL color Cylindrical-coordinate representation of color #54EBC4: hue angle of 164.5º 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 #54EBC4 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 235 | 196 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.08 |
| HSL | 164.5º | 0.79% | 0.63% | - |
| HSV(B) | 164.5º | 0.64% | 0.92% | - |
| XYZ | 43.33 | 65.29 | 62.54 | - |
| YUV | 185.41 | 133.97 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 235 | 196 | 0.64 | 0 | 0.17 | 0.08 | 164.5 | 0.79 | 0.63 |
| Hex | 54 | EB | C4 | 40 | 0 | 11 | 8 | A5 | 4F | 3F |
| Octal | 124 | 353 | 304 | 100 | 0 | 21 | 10 | 245 | 117 | 77 |
| Binary | 1010100 | 11101011 | 11000100 | 1000000 | 0 | 10001 | 1000 | 10100101 | 1001111 | 111111 |
Color Harmonies of #54EBC4
Complementary color
Monochromatic Colors of #54EBC4
Black with #54EBC4
Text Example
Text Example
White with #54EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EBC4; }
p { color: rgb(84,235,196); }
H1.HeaderClassName
{
color: #54EBC4;
}
.AnyTagClassName
{
color: #54EBC4;
}
</style>
background-color css
<style>
a { background-color: #54EBC4; }
a { background-color: rgb(84,235,196); }
div.DivClassName
{
background-color: #54EBC4;
}
.BgClassName
{
background-color: #54EBC4;
}
</style>
border-color css
<style>
span { border-color: #54EBC4; }
span { border-color: rgb(84,235,196); }
td.TdClassName
{
border-color: #54EBC4;
}
.TagClassName
{
border-color: #54EBC4;
}
</style>