Shades of Turquoise #54EEDA
Tints of Turquoise #54EEDA
RGB
CMYK
RGB Variations
Color information
#54EEDA (or 0x54EEDA) is known color: Turquoise. HEX triplet: 54, EE and DA. RGB value is (84,238,218). Sum of RGB (Red+Green+Blue) = 84+238+218=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #54EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EEDA is #AB1125. Grayscale: #BDBDBD. Windows color (decimal): -11211046 or 14347860. OLE color: 14347860.
HSL color Cylindrical-coordinate representation of color #54EEDA: hue angle of 172.21º 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 #54EEDA is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 218 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.07 |
| HSL | 172.21º | 0.82% | 0.63% | - |
| HSV(B) | 172.21º | 0.65% | 0.93% | - |
| XYZ | 46.89 | 68.1 | 77 | - |
| YUV | 189.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 218 | 0.65 | 0 | 0.08 | 0.07 | 172.21 | 0.82 | 0.63 |
| Hex | 54 | EE | DA | 41 | 0 | 8 | 7 | AC | 52 | 3F |
| Octal | 124 | 356 | 332 | 101 | 0 | 10 | 7 | 254 | 122 | 77 |
| Binary | 1010100 | 11101110 | 11011010 | 1000001 | 0 | 1000 | 111 | 10101100 | 1010010 | 111111 |
Color Harmonies of #54EEDA
Complementary color
Monochromatic Colors of #54EEDA
Black with #54EEDA
Text Example
Text Example
White with #54EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EEDA; }
p { color: rgb(84,238,218); }
H1.HeaderClassName
{
color: #54EEDA;
}
.AnyTagClassName
{
color: #54EEDA;
}
</style>
background-color css
<style>
a { background-color: #54EEDA; }
a { background-color: rgb(84,238,218); }
div.DivClassName
{
background-color: #54EEDA;
}
.BgClassName
{
background-color: #54EEDA;
}
</style>
border-color css
<style>
span { border-color: #54EEDA; }
span { border-color: rgb(84,238,218); }
td.TdClassName
{
border-color: #54EEDA;
}
.TagClassName
{
border-color: #54EEDA;
}
</style>