Shades of Turquoise #54EECF
Tints of Turquoise #54EECF
RGB
CMYK
RGB Variations
Color information
#54EECF (or 0x54EECF) is known color: Turquoise. HEX triplet: 54, EE and CF. RGB value is (84,238,207). Sum of RGB (Red+Green+Blue) = 84+238+207=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #54EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EECF is #AB1130. Grayscale: #BCBCBC. Windows color (decimal): -11211057 or 13626964. OLE color: 13626964.
HSL color Cylindrical-coordinate representation of color #54EECF: hue angle of 167.92º 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 #54EECF is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 207 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.07 |
| HSL | 167.92º | 0.82% | 0.63% | - |
| HSV(B) | 167.92º | 0.65% | 0.93% | - |
| XYZ | 45.49 | 67.54 | 69.67 | - |
| YUV | 188.42 | 138.48 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 207 | 0.65 | 0 | 0.13 | 0.07 | 167.92 | 0.82 | 0.63 |
| Hex | 54 | EE | CF | 41 | 0 | D | 7 | A8 | 52 | 3F |
| Octal | 124 | 356 | 317 | 101 | 0 | 15 | 7 | 250 | 122 | 77 |
| Binary | 1010100 | 11101110 | 11001111 | 1000001 | 0 | 1101 | 111 | 10101000 | 1010010 | 111111 |
Color Harmonies of #54EECF
Complementary color
Monochromatic Colors of #54EECF
Black with #54EECF
Text Example
Text Example
White with #54EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EECF; }
p { color: rgb(84,238,207); }
H1.HeaderClassName
{
color: #54EECF;
}
.AnyTagClassName
{
color: #54EECF;
}
</style>
background-color css
<style>
a { background-color: #54EECF; }
a { background-color: rgb(84,238,207); }
div.DivClassName
{
background-color: #54EECF;
}
.BgClassName
{
background-color: #54EECF;
}
</style>
border-color css
<style>
span { border-color: #54EECF; }
span { border-color: rgb(84,238,207); }
td.TdClassName
{
border-color: #54EECF;
}
.TagClassName
{
border-color: #54EECF;
}
</style>