#54E7BA

Color #54E7BA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #54E7BA

Tints of Turquoise #54E7BA

Color information

#54E7BA (or 0x54E7BA) is unknown color: approx Turquoise. HEX triplet: 54, E7 and BA. RGB value is (84,231,186). Sum of RGB (Red+Green+Blue) = 84+231+186=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #54E7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E7BA is #AB1845. Grayscale: #B5B5B5. Windows color (decimal): -11212870 or 12248916. OLE color: 12248916.

HSL color Cylindrical-coordinate representation of color #54E7BA: hue angle of 161.63º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E7BA is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB84231186-
CMYK0.6400.190.09
HSL161.63º75.38%61.76%-
HSV(B)161.63º63.64%90.59%-
XYZ41.0962.5856.37-
YUV181.92130.358.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 16.77%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=16.77%
G=46.11%
B=37.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842311860.6400.190.09161.6375.3861.76
Hex54E7BA400139a24b3e
Octal1243472721000231124211376
Binary1010100111001111011101010000000100111001101000101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54E7BA; }

 p { color: rgb(84,231,186); }

 H1.HeaderClassName
 {
   color: #54E7BA;
 }
 .AnyTagClassName
 {
   color: #54E7BA;
 }
</style>
background-color css

<style>
 a { background-color: #54E7BA; }

 a { background-color: rgb(84,231,186); }

 div.DivClassName
 {
   background-color: #54E7BA;
 }
 .BgClassName
 {
   background-color: #54E7BA;
 }
</style>
border-color css

<style>
 span { border-color: #54E7BA; }

 span { border-color: rgb(84,231,186); }

 td.TdClassName
 {
   border-color: #54E7BA;
 }
 .TagClassName
 {
   border-color: #54E7BA;
 }
</style>