Shades of Turquoise #54EEDB
Tints of Turquoise #54EEDB
RGB
CMYK
RGB Variations
Color information
#54EEDB (or 0x54EEDB) is known color: Turquoise. HEX triplet: 54, EE and DB. RGB value is (84,238,219). Sum of RGB (Red+Green+Blue) = 84+238+219=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #54EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EEDB is #AB1124. Grayscale: #BDBDBD. Windows color (decimal): -11211045 or 14413396. OLE color: 14413396.
HSL color Cylindrical-coordinate representation of color #54EEDB: hue angle of 172.6º 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 #54EEDB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 219 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.07 |
| HSL | 172.6º | 0.82% | 0.63% | - |
| HSV(B) | 172.6º | 0.65% | 0.93% | - |
| XYZ | 47.02 | 68.15 | 77.69 | - |
| YUV | 189.79 | 144.48 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 219 | 0.65 | 0 | 0.08 | 0.07 | 172.6 | 0.82 | 0.63 |
| Hex | 54 | EE | DB | 41 | 0 | 8 | 7 | AD | 52 | 3F |
| Octal | 124 | 356 | 333 | 101 | 0 | 10 | 7 | 255 | 122 | 77 |
| Binary | 1010100 | 11101110 | 11011011 | 1000001 | 0 | 1000 | 111 | 10101101 | 1010010 | 111111 |
Color Harmonies of #54EEDB
Complementary color
Monochromatic Colors of #54EEDB
Black with #54EEDB
Text Example
Text Example
White with #54EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EEDB; }
p { color: rgb(84,238,219); }
H1.HeaderClassName
{
color: #54EEDB;
}
.AnyTagClassName
{
color: #54EEDB;
}
</style>
background-color css
<style>
a { background-color: #54EEDB; }
a { background-color: rgb(84,238,219); }
div.DivClassName
{
background-color: #54EEDB;
}
.BgClassName
{
background-color: #54EEDB;
}
</style>
border-color css
<style>
span { border-color: #54EEDB; }
span { border-color: rgb(84,238,219); }
td.TdClassName
{
border-color: #54EEDB;
}
.TagClassName
{
border-color: #54EEDB;
}
</style>