#54F6B7

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

Shades of Turquoise #54F6B7

Tints of Turquoise #54F6B7

Color information

#54F6B7 (or 0x54F6B7) is unknown color: approx Turquoise. HEX triplet: 54, F6 and B7. RGB value is (84,246,183). Sum of RGB (Red+Green+Blue) = 84+246+183=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #54F6B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F6B7 is #AB0948. Grayscale: #BEBEBE. Windows color (decimal): -11209033 or 12056148. OLE color: 12056148.

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

Color convert

RGB84246183-
CMYK0.6600.260.04
HSL156.67º90%64.71%-
HSV(B)156.67º65.85%96.47%-
XYZ45.1671.2256.17-
YUV190.38123.8352.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.37%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=16.37%
G=47.95%
B=35.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842461830.6600.260.04156.679064.71
Hex54F6B74201A49d5a41
Octal1243662671020324235132101
Binary1010100111101101011011110000100110101001001110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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