#54F5BE

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

Shades of Turquoise #54F5BE

Tints of Turquoise #54F5BE

Color information

#54F5BE (or 0x54F5BE) is unknown color: approx Turquoise. HEX triplet: 54, F5 and BE. RGB value is (84,245,190). Sum of RGB (Red+Green+Blue) = 84+245+190=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #54F5BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F5BE is #AB0A41. Grayscale: #BEBEBE. Windows color (decimal): -11209282 or 12514644. OLE color: 12514644.

HSL color Cylindrical-coordinate representation of color #54F5BE: hue angle of 159.5º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F5BE is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB84245190-
CMYK0.6600.220.04
HSL159.5º88.95%64.51%-
HSV(B)159.5º65.71%96.08%-
XYZ45.670.9160-
YUV190.59127.6651.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.18%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=16.18%
G=47.21%
B=36.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842451900.6600.220.04159.588.9564.51
Hex54F5BE420164a05941
Octal1243652761020264240131101
Binary1010100111101011011111010000100101101001010000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,245,190); }

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

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

 a { background-color: rgb(84,245,190); }

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

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

 span { border-color: rgb(84,245,190); }

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