#54E5BF

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

Shades of Turquoise #54E5BF

Tints of Turquoise #54E5BF

Color information

#54E5BF (or 0x54E5BF) is unknown color: approx Turquoise. HEX triplet: 54, E5 and BF. RGB value is (84,229,191). Sum of RGB (Red+Green+Blue) = 84+229+191=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #54E5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E5BF is #AB1A40. Grayscale: #B5B5B5. Windows color (decimal): -11213377 or 12576084. OLE color: 12576084.

HSL color Cylindrical-coordinate representation of color #54E5BF: hue angle of 164.28º 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 #54E5BF is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB84229191-
CMYK0.6300.170.10
HSL164.28º73.6%61.37%-
HSV(B)164.28º63.32%89.8%-
XYZ41.0861.6959.03-
YUV181.31133.4658.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 229 (89.84% from 255) = 45.44%
BLUE value IS 191 (75% from 255) = 37.90%
R=16.67%
G=45.44%
B=37.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal842291910.6300.170.10164.2873.661.37
Hex54E5BF3F011Aa44a3d
Octal124345277770211224411275
Binary101010011100101101111111111110100011010101001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,229,191); }

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

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

 a { background-color: rgb(84,229,191); }

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

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

 span { border-color: rgb(84,229,191); }

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