Shades of Turquoise #54EEBE
Tints of Turquoise #54EEBE
RGB
CMYK
RGB Variations
Color information
#54EEBE (or 0x54EEBE) is known color: Turquoise. HEX triplet: 54, EE and BE. RGB value is (84,238,190). Sum of RGB (Red+Green+Blue) = 84+238+190=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #54EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EEBE is #AB1141. Grayscale: #BABABA. Windows color (decimal): -11211074 or 12512852. OLE color: 12512852.
HSL color Cylindrical-coordinate representation of color #54EEBE: hue angle of 161.3º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EEBE is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 190 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.07 |
| HSL | 161.3º | 0.82% | 0.63% | - |
| HSV(B) | 161.3º | 0.65% | 0.93% | - |
| XYZ | 43.52 | 66.75 | 59.31 | - |
| YUV | 186.48 | 129.98 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 190 | 0.65 | 0 | 0.20 | 0.07 | 161.3 | 0.82 | 0.63 |
| Hex | 54 | EE | BE | 41 | 0 | 14 | 7 | A1 | 52 | 3F |
| Octal | 124 | 356 | 276 | 101 | 0 | 24 | 7 | 241 | 122 | 77 |
| Binary | 1010100 | 11101110 | 10111110 | 1000001 | 0 | 10100 | 111 | 10100001 | 1010010 | 111111 |
Color Harmonies of #54EEBE
Complementary color
Monochromatic Colors of #54EEBE
Black with #54EEBE
Text Example
Text Example
White with #54EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EEBE; }
p { color: rgb(84,238,190); }
H1.HeaderClassName
{
color: #54EEBE;
}
.AnyTagClassName
{
color: #54EEBE;
}
</style>
background-color css
<style>
a { background-color: #54EEBE; }
a { background-color: rgb(84,238,190); }
div.DivClassName
{
background-color: #54EEBE;
}
.BgClassName
{
background-color: #54EEBE;
}
</style>
border-color css
<style>
span { border-color: #54EEBE; }
span { border-color: rgb(84,238,190); }
td.TdClassName
{
border-color: #54EEBE;
}
.TagClassName
{
border-color: #54EEBE;
}
</style>