Shades of Turquoise Blue #54E2E4
Tints of Turquoise Blue #54E2E4
RGB
CMYK
RGB Variations
Color information
#54E2E4 (or 0x54E2E4) is known color: Turquoise Blue. HEX triplet: 54, E2 and E4. RGB value is (84,226,228). Sum of RGB (Red+Green+Blue) = 84+226+228=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #54E2E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E2E4 is #AB1D1B. Grayscale: #B7B7B7. Windows color (decimal): -11214108 or 15000148. OLE color: 15000148.
HSL color Cylindrical-coordinate representation of color #54E2E4: hue angle of 180.83º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E2E4 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 226 | 228 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.11 |
| HSL | 180.83º | 0.73% | 0.61% | - |
| HSV(B) | 180.83º | 0.63% | 0.89% | - |
| XYZ | 44.86 | 61.88 | 82.98 | - |
| YUV | 183.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 226 | 228 | 0.63 | 0.01 | 0 | 0.11 | 180.83 | 0.73 | 0.61 |
| Hex | 54 | E2 | E4 | 3F | 1 | 0 | B | B5 | 49 | 3D |
| Octal | 124 | 342 | 344 | 77 | 1 | 0 | 13 | 265 | 111 | 75 |
| Binary | 1010100 | 11100010 | 11100100 | 111111 | 1 | 0 | 1011 | 10110101 | 1001001 | 111101 |
Color Harmonies of #54E2E4
Complementary color
Monochromatic Colors of #54E2E4
Black with #54E2E4
Text Example
Text Example
White with #54E2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E2E4; }
p { color: rgb(84,226,228); }
H1.HeaderClassName
{
color: #54E2E4;
}
.AnyTagClassName
{
color: #54E2E4;
}
</style>
background-color css
<style>
a { background-color: #54E2E4; }
a { background-color: rgb(84,226,228); }
div.DivClassName
{
background-color: #54E2E4;
}
.BgClassName
{
background-color: #54E2E4;
}
</style>
border-color css
<style>
span { border-color: #54E2E4; }
span { border-color: rgb(84,226,228); }
td.TdClassName
{
border-color: #54E2E4;
}
.TagClassName
{
border-color: #54E2E4;
}
</style>