Shades of Turquoise #54EECC
Tints of Turquoise #54EECC
RGB
CMYK
RGB Variations
Color information
#54EECC (or 0x54EECC) is known color: Turquoise. HEX triplet: 54, EE and CC. RGB value is (84,238,204). Sum of RGB (Red+Green+Blue) = 84+238+204=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #54EECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EECC is #AB1133. Grayscale: #BCBCBC. Windows color (decimal): -11211060 or 13430356. OLE color: 13430356.
HSL color Cylindrical-coordinate representation of color #54EECC: hue angle of 166.75º 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 #54EECC is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 204 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.07 |
| HSL | 166.75º | 0.82% | 0.63% | - |
| HSV(B) | 166.75º | 0.65% | 0.93% | - |
| XYZ | 45.13 | 67.39 | 67.76 | - |
| YUV | 188.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 204 | 0.65 | 0 | 0.14 | 0.07 | 166.75 | 0.82 | 0.63 |
| Hex | 54 | EE | CC | 41 | 0 | E | 7 | A7 | 52 | 3F |
| Octal | 124 | 356 | 314 | 101 | 0 | 16 | 7 | 247 | 122 | 77 |
| Binary | 1010100 | 11101110 | 11001100 | 1000001 | 0 | 1110 | 111 | 10100111 | 1010010 | 111111 |
Color Harmonies of #54EECC
Complementary color
Monochromatic Colors of #54EECC
Black with #54EECC
Text Example
Text Example
White with #54EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EECC; }
p { color: rgb(84,238,204); }
H1.HeaderClassName
{
color: #54EECC;
}
.AnyTagClassName
{
color: #54EECC;
}
</style>
background-color css
<style>
a { background-color: #54EECC; }
a { background-color: rgb(84,238,204); }
div.DivClassName
{
background-color: #54EECC;
}
.BgClassName
{
background-color: #54EECC;
}
</style>
border-color css
<style>
span { border-color: #54EECC; }
span { border-color: rgb(84,238,204); }
td.TdClassName
{
border-color: #54EECC;
}
.TagClassName
{
border-color: #54EECC;
}
</style>