#54F6BE

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

Shades of Turquoise #54F6BE

Tints of Turquoise #54F6BE

Color information

#54F6BE (or 0x54F6BE) is unknown color: approx Turquoise. HEX triplet: 54, F6 and BE. RGB value is (84,246,190). Sum of RGB (Red+Green+Blue) = 84+246+190=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #54F6BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F6BE is #AB0941. Grayscale: #BFBFBF. Windows color (decimal): -11209026 or 12514900. OLE color: 12514900.

HSL color Cylindrical-coordinate representation of color #54F6BE: hue angle of 159.26º degrees, saturation: 0.9, 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 #54F6BE is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB84246190-
CMYK0.6600.230.04
HSL159.26º90%64.71%-
HSV(B)159.26º65.85%96.47%-
XYZ45.9171.5160.1-
YUV191.18127.3351.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 246 (96.48% from 255) = 47.31%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=16.15%
G=47.31%
B=36.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842461900.6600.230.04159.269064.71
Hex54F6BE4201749f5a41
Octal1243662761020274237132101
Binary1010100111101101011111010000100101111001001111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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