Shades of Turquoise Blue #54E0EA
Tints of Turquoise Blue #54E0EA
RGB
CMYK
RGB Variations
Color information
#54E0EA (or 0x54E0EA) is known color: Turquoise Blue. HEX triplet: 54, E0 and EA. RGB value is (84,224,234). Sum of RGB (Red+Green+Blue) = 84+224+234=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #54E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E0EA is #AB1F15. Grayscale: #B7B7B7. Windows color (decimal): -11214614 or 15392852. OLE color: 15392852.
HSL color Cylindrical-coordinate representation of color #54E0EA: hue angle of 184º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E0EA is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 224 | 234 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.08 |
| HSL | 184º | 0.78% | 0.62% | - |
| HSV(B) | 184º | 0.64% | 0.92% | - |
| XYZ | 45.16 | 61.14 | 87.26 | - |
| YUV | 183.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 234 | 0.64 | 0.04 | 0 | 0.08 | 184 | 0.78 | 0.62 |
| Hex | 54 | E0 | EA | 40 | 4 | 0 | 8 | B8 | 4E | 3E |
| Octal | 124 | 340 | 352 | 100 | 4 | 0 | 10 | 270 | 116 | 76 |
| Binary | 1010100 | 11100000 | 11101010 | 1000000 | 100 | 0 | 1000 | 10111000 | 1001110 | 111110 |
Color Harmonies of #54E0EA
Complementary color
Monochromatic Colors of #54E0EA
Black with #54E0EA
Text Example
Text Example
White with #54E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0EA; }
p { color: rgb(84,224,234); }
H1.HeaderClassName
{
color: #54E0EA;
}
.AnyTagClassName
{
color: #54E0EA;
}
</style>
background-color css
<style>
a { background-color: #54E0EA; }
a { background-color: rgb(84,224,234); }
div.DivClassName
{
background-color: #54E0EA;
}
.BgClassName
{
background-color: #54E0EA;
}
</style>
border-color css
<style>
span { border-color: #54E0EA; }
span { border-color: rgb(84,224,234); }
td.TdClassName
{
border-color: #54E0EA;
}
.TagClassName
{
border-color: #54E0EA;
}
</style>