#54F7B9

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

Shades of Turquoise #54F7B9

Tints of Turquoise #54F7B9

Color information

#54F7B9 (or 0x54F7B9) is unknown color: approx Turquoise. HEX triplet: 54, F7 and B9. RGB value is (84,247,185). Sum of RGB (Red+Green+Blue) = 84+247+185=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #54F7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F7B9 is #AB0846. Grayscale: #BFBFBF. Windows color (decimal): -11208775 or 12187476. OLE color: 12187476.

HSL color Cylindrical-coordinate representation of color #54F7B9: hue angle of 157.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F7B9 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB84247185-
CMYK0.6600.250.03
HSL157.18º91.06%64.9%-
HSV(B)157.18º65.99%96.86%-
XYZ45.6771.9157.37-
YUV191.2124.551.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.28%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=16.28%
G=47.87%
B=35.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842471850.6600.250.03157.1891.0664.9
Hex54F7B94201939d5b41
Octal1243672711020313235133101
Binary101010011110111101110011000010011001111001110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,247,185); }

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

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

 a { background-color: rgb(84,247,185); }

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

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

 span { border-color: rgb(84,247,185); }

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