#54F9BF

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

Shades of Turquoise #54F9BF

Tints of Turquoise #54F9BF

Color information

#54F9BF (or 0x54F9BF) is unknown color: approx Turquoise. HEX triplet: 54, F9 and BF. RGB value is (84,249,191). Sum of RGB (Red+Green+Blue) = 84+249+191=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9BF is #AB0640. Grayscale: #C1C1C1. Windows color (decimal): -11208257 or 12581204. OLE color: 12581204.

HSL color Cylindrical-coordinate representation of color #54F9BF: hue angle of 158.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F9BF is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB84249191-
CMYK0.6600.230.02
HSL158.91º93.22%65.29%-
HSV(B)158.91º66.27%97.65%-
XYZ46.9473.460.98-
YUV193.05126.8450.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.03%
GREEN value IS 249 (97.66% from 255) = 47.52%
BLUE value IS 191 (75% from 255) = 36.45%
R=16.03%
G=47.52%
B=36.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842491910.6600.230.02158.9193.2265.29
Hex54F9BF4201729f5d41
Octal1243712771020272237135101
Binary101010011111001101111111000010010111101001111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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