#54F4BA

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

Shades of Turquoise #54F4BA

Tints of Turquoise #54F4BA

Color information

#54F4BA (or 0x54F4BA) is unknown color: approx Turquoise. HEX triplet: 54, F4 and BA. RGB value is (84,244,186). Sum of RGB (Red+Green+Blue) = 84+244+186=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #54F4BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F4BA is #AB0B45. Grayscale: #BDBDBD. Windows color (decimal): -11209542 or 12252244. OLE color: 12252244.

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

Color convert

RGB84244186-
CMYK0.6600.240.04
HSL158.25º87.91%64.31%-
HSV(B)158.25º65.57%95.69%-
XYZ44.8770.1357.63-
YUV189.55125.9952.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.34%
GREEN value IS 244 (95.70% from 255) = 47.47%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=16.34%
G=47.47%
B=36.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842441860.6600.240.04158.2587.9164.31
Hex54F4BA4201849e5840
Octal1243642721020304236130100
Binary1010100111101001011101010000100110001001001111010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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