#54F6BF

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

Shades of Turquoise #54F6BF

Tints of Turquoise #54F6BF

Color information

#54F6BF (or 0x54F6BF) is unknown color: approx Turquoise. HEX triplet: 54, F6 and BF. RGB value is (84,246,191). Sum of RGB (Red+Green+Blue) = 84+246+191=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #54F6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F6BF is #AB0940. Grayscale: #BFBFBF. Windows color (decimal): -11209025 or 12580436. OLE color: 12580436.

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

Color convert

RGB84246191-
CMYK0.6600.220.04
HSL159.63º90%64.71%-
HSV(B)159.63º65.85%96.47%-
XYZ46.0271.5660.68-
YUV191.29127.8351.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 191 (75% from 255) = 36.66%
R=16.12%
G=47.22%
B=36.66%

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
Decimal842461910.6600.220.04159.639064.71
Hex54F6BF420164a05a41
Octal1243662771020264240132101
Binary1010100111101101011111110000100101101001010000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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