Shades of Turquoise #54EFCD
Tints of Turquoise #54EFCD
RGB
CMYK
RGB Variations
Color information
#54EFCD (or 0x54EFCD) is known color: Turquoise. HEX triplet: 54, EF and CD. RGB value is (84,239,205). Sum of RGB (Red+Green+Blue) = 84+239+205=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFCD is #AB1032. Grayscale: #BCBCBC. Windows color (decimal): -11210803 or 13496148. OLE color: 13496148.
HSL color Cylindrical-coordinate representation of color #54EFCD: hue angle of 166.84º 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 #54EFCD is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 205 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.06 |
| HSL | 166.84º | 0.83% | 0.63% | - |
| HSV(B) | 166.84º | 0.65% | 0.94% | - |
| XYZ | 45.54 | 68.03 | 68.49 | - |
| YUV | 188.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 205 | 0.65 | 0 | 0.14 | 0.06 | 166.84 | 0.83 | 0.63 |
| Hex | 54 | EF | CD | 41 | 0 | E | 6 | A7 | 53 | 3F |
| Octal | 124 | 357 | 315 | 101 | 0 | 16 | 6 | 247 | 123 | 77 |
| Binary | 1010100 | 11101111 | 11001101 | 1000001 | 0 | 1110 | 110 | 10100111 | 1010011 | 111111 |
Color Harmonies of #54EFCD
Complementary color
Monochromatic Colors of #54EFCD
Black with #54EFCD
Text Example
Text Example
White with #54EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFCD; }
p { color: rgb(84,239,205); }
H1.HeaderClassName
{
color: #54EFCD;
}
.AnyTagClassName
{
color: #54EFCD;
}
</style>
background-color css
<style>
a { background-color: #54EFCD; }
a { background-color: rgb(84,239,205); }
div.DivClassName
{
background-color: #54EFCD;
}
.BgClassName
{
background-color: #54EFCD;
}
</style>
border-color css
<style>
span { border-color: #54EFCD; }
span { border-color: rgb(84,239,205); }
td.TdClassName
{
border-color: #54EFCD;
}
.TagClassName
{
border-color: #54EFCD;
}
</style>