Shades of Turquoise Blue #54E0E5
Tints of Turquoise Blue #54E0E5
RGB
CMYK
RGB Variations
Color information
#54E0E5 (or 0x54E0E5) is known color: Turquoise Blue. HEX triplet: 54, E0 and E5. RGB value is (84,224,229). Sum of RGB (Red+Green+Blue) = 84+224+229=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #54E0E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0E5 is #AB1F1A. Grayscale: #B6B6B6. Windows color (decimal): -11214619 or 15065172. OLE color: 15065172.
HSL color Cylindrical-coordinate representation of color #54E0E5: hue angle of 182.07º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E0E5 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 224 | 229 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.10 |
| HSL | 182.07º | 0.74% | 0.61% | - |
| HSV(B) | 182.07º | 0.63% | 0.9% | - |
| XYZ | 44.45 | 60.85 | 83.53 | - |
| YUV | 182.71 | 154.12 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 229 | 0.63 | 0.02 | 0 | 0.10 | 182.07 | 0.74 | 0.61 |
| Hex | 54 | E0 | E5 | 3F | 2 | 0 | A | B6 | 4A | 3D |
| Octal | 124 | 340 | 345 | 77 | 2 | 0 | 12 | 266 | 112 | 75 |
| Binary | 1010100 | 11100000 | 11100101 | 111111 | 10 | 0 | 1010 | 10110110 | 1001010 | 111101 |
Color Harmonies of #54E0E5
Complementary color
Monochromatic Colors of #54E0E5
Black with #54E0E5
Text Example
Text Example
White with #54E0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0E5; }
p { color: rgb(84,224,229); }
H1.HeaderClassName
{
color: #54E0E5;
}
.AnyTagClassName
{
color: #54E0E5;
}
</style>
background-color css
<style>
a { background-color: #54E0E5; }
a { background-color: rgb(84,224,229); }
div.DivClassName
{
background-color: #54E0E5;
}
.BgClassName
{
background-color: #54E0E5;
}
</style>
border-color css
<style>
span { border-color: #54E0E5; }
span { border-color: rgb(84,224,229); }
td.TdClassName
{
border-color: #54E0E5;
}
.TagClassName
{
border-color: #54E0E5;
}
</style>