Shades of Turquoise #54EFD0
Tints of Turquoise #54EFD0
RGB
CMYK
RGB Variations
Color information
#54EFD0 (or 0x54EFD0) is known color: Turquoise. HEX triplet: 54, EF and D0. RGB value is (84,239,208). Sum of RGB (Red+Green+Blue) = 84+239+208=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFD0 is #AB102F. Grayscale: #BDBDBD. Windows color (decimal): -11210800 or 13692756. OLE color: 13692756.
HSL color Cylindrical-coordinate representation of color #54EFD0: hue angle of 168º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFD0 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 208 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.06 |
| HSL | 168º | 0.83% | 0.63% | - |
| HSV(B) | 168º | 0.65% | 0.94% | - |
| XYZ | 45.91 | 68.17 | 70.41 | - |
| YUV | 189.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 208 | 0.65 | 0 | 0.13 | 0.06 | 168 | 0.83 | 0.63 |
| Hex | 54 | EF | D0 | 41 | 0 | D | 6 | A8 | 53 | 3F |
| Octal | 124 | 357 | 320 | 101 | 0 | 15 | 6 | 250 | 123 | 77 |
| Binary | 1010100 | 11101111 | 11010000 | 1000001 | 0 | 1101 | 110 | 10101000 | 1010011 | 111111 |
Color Harmonies of #54EFD0
Complementary color
Monochromatic Colors of #54EFD0
Black with #54EFD0
Text Example
Text Example
White with #54EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFD0; }
p { color: rgb(84,239,208); }
H1.HeaderClassName
{
color: #54EFD0;
}
.AnyTagClassName
{
color: #54EFD0;
}
</style>
background-color css
<style>
a { background-color: #54EFD0; }
a { background-color: rgb(84,239,208); }
div.DivClassName
{
background-color: #54EFD0;
}
.BgClassName
{
background-color: #54EFD0;
}
</style>
border-color css
<style>
span { border-color: #54EFD0; }
span { border-color: rgb(84,239,208); }
td.TdClassName
{
border-color: #54EFD0;
}
.TagClassName
{
border-color: #54EFD0;
}
</style>