Shades of Turquoise #54EECE
Tints of Turquoise #54EECE
RGB
CMYK
RGB Variations
Color information
#54EECE (or 0x54EECE) is known color: Turquoise. HEX triplet: 54, EE and CE. RGB value is (84,238,206). Sum of RGB (Red+Green+Blue) = 84+238+206=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #54EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EECE is #AB1131. Grayscale: #BCBCBC. Windows color (decimal): -11211058 or 13561428. OLE color: 13561428.
HSL color Cylindrical-coordinate representation of color #54EECE: hue angle of 167.53º 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 #54EECE is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 206 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.07 |
| HSL | 167.53º | 0.82% | 0.63% | - |
| HSV(B) | 167.53º | 0.65% | 0.93% | - |
| XYZ | 45.37 | 67.49 | 69.03 | - |
| YUV | 188.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 206 | 0.65 | 0 | 0.13 | 0.07 | 167.53 | 0.82 | 0.63 |
| Hex | 54 | EE | CE | 41 | 0 | D | 7 | A8 | 52 | 3F |
| Octal | 124 | 356 | 316 | 101 | 0 | 15 | 7 | 250 | 122 | 77 |
| Binary | 1010100 | 11101110 | 11001110 | 1000001 | 0 | 1101 | 111 | 10101000 | 1010010 | 111111 |
Color Harmonies of #54EECE
Complementary color
Monochromatic Colors of #54EECE
Black with #54EECE
Text Example
Text Example
White with #54EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EECE; }
p { color: rgb(84,238,206); }
H1.HeaderClassName
{
color: #54EECE;
}
.AnyTagClassName
{
color: #54EECE;
}
</style>
background-color css
<style>
a { background-color: #54EECE; }
a { background-color: rgb(84,238,206); }
div.DivClassName
{
background-color: #54EECE;
}
.BgClassName
{
background-color: #54EECE;
}
</style>
border-color css
<style>
span { border-color: #54EECE; }
span { border-color: rgb(84,238,206); }
td.TdClassName
{
border-color: #54EECE;
}
.TagClassName
{
border-color: #54EECE;
}
</style>