Shades of Turquoise #54EBC2
Tints of Turquoise #54EBC2
RGB
CMYK
RGB Variations
Color information
#54EBC2 (or 0x54EBC2) is known color: Turquoise. HEX triplet: 54, EB and C2. RGB value is (84,235,194). Sum of RGB (Red+Green+Blue) = 84+235+194=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC2 is #AB143D. Grayscale: #B9B9B9. Windows color (decimal): -11211838 or 12774228. OLE color: 12774228.
HSL color Cylindrical-coordinate representation of color #54EBC2: hue angle of 163.71º 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 #54EBC2 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 235 | 194 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.08 |
| HSL | 163.71º | 0.79% | 0.63% | - |
| HSV(B) | 163.71º | 0.64% | 0.92% | - |
| XYZ | 43.1 | 65.2 | 61.35 | - |
| YUV | 185.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 235 | 194 | 0.64 | 0 | 0.17 | 0.08 | 163.71 | 0.79 | 0.63 |
| Hex | 54 | EB | C2 | 40 | 0 | 11 | 8 | A4 | 4F | 3F |
| Octal | 124 | 353 | 302 | 100 | 0 | 21 | 10 | 244 | 117 | 77 |
| Binary | 1010100 | 11101011 | 11000010 | 1000000 | 0 | 10001 | 1000 | 10100100 | 1001111 | 111111 |
Color Harmonies of #54EBC2
Complementary color
Monochromatic Colors of #54EBC2
Black with #54EBC2
Text Example
Text Example
White with #54EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EBC2; }
p { color: rgb(84,235,194); }
H1.HeaderClassName
{
color: #54EBC2;
}
.AnyTagClassName
{
color: #54EBC2;
}
</style>
background-color css
<style>
a { background-color: #54EBC2; }
a { background-color: rgb(84,235,194); }
div.DivClassName
{
background-color: #54EBC2;
}
.BgClassName
{
background-color: #54EBC2;
}
</style>
border-color css
<style>
span { border-color: #54EBC2; }
span { border-color: rgb(84,235,194); }
td.TdClassName
{
border-color: #54EBC2;
}
.TagClassName
{
border-color: #54EBC2;
}
</style>