Shades of Turquoise #54EBDB
Tints of Turquoise #54EBDB
RGB
CMYK
RGB Variations
Color information
#54EBDB (or 0x54EBDB) is known color: Turquoise. HEX triplet: 54, EB and DB. RGB value is (84,235,219). Sum of RGB (Red+Green+Blue) = 84+235+219=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBDB is #AB1424. Grayscale: #BBBBBB. Windows color (decimal): -11211813 or 14412628. OLE color: 14412628.
HSL color Cylindrical-coordinate representation of color #54EBDB: hue angle of 173.64º 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 #54EBDB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 235 | 219 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.08 |
| HSL | 173.64º | 0.79% | 0.63% | - |
| HSV(B) | 173.64º | 0.64% | 0.92% | - |
| XYZ | 46.15 | 66.42 | 77.41 | - |
| YUV | 188.03 | 145.47 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 235 | 219 | 0.64 | 0 | 0.07 | 0.08 | 173.64 | 0.79 | 0.63 |
| Hex | 54 | EB | DB | 40 | 0 | 7 | 8 | AE | 4F | 3F |
| Octal | 124 | 353 | 333 | 100 | 0 | 7 | 10 | 256 | 117 | 77 |
| Binary | 1010100 | 11101011 | 11011011 | 1000000 | 0 | 111 | 1000 | 10101110 | 1001111 | 111111 |
Color Harmonies of #54EBDB
Complementary color
Monochromatic Colors of #54EBDB
Black with #54EBDB
Text Example
Text Example
White with #54EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EBDB; }
p { color: rgb(84,235,219); }
H1.HeaderClassName
{
color: #54EBDB;
}
.AnyTagClassName
{
color: #54EBDB;
}
</style>
background-color css
<style>
a { background-color: #54EBDB; }
a { background-color: rgb(84,235,219); }
div.DivClassName
{
background-color: #54EBDB;
}
.BgClassName
{
background-color: #54EBDB;
}
</style>
border-color css
<style>
span { border-color: #54EBDB; }
span { border-color: rgb(84,235,219); }
td.TdClassName
{
border-color: #54EBDB;
}
.TagClassName
{
border-color: #54EBDB;
}
</style>