#54F1E7

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

Shades of Turquoise #54F1E7

Tints of Turquoise #54F1E7

Color information

#54F1E7 (or 0x54F1E7) is unknown color: approx Turquoise. HEX triplet: 54, F1 and E7. RGB value is (84,241,231). Sum of RGB (Red+Green+Blue) = 84+241+231=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F1E7 is #AB0E18. Grayscale: #C0C0C0. Windows color (decimal): -11210265 or 15200596. OLE color: 15200596.

HSL color Cylindrical-coordinate representation of color #54F1E7: hue angle of 176.18º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F1E7 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB84241231-
CMYK0.6500.040.05
HSL176.18º84.86%63.73%-
HSV(B)176.18º65.15%94.51%-
XYZ49.5470.5686.61-
YUV192.92149.4950.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.11%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 231 (90.62% from 255) = 41.55%
R=15.11%
G=43.35%
B=41.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842412310.6500.040.05176.1884.8663.73
Hex54F1E741045b05540
Octal124361347101045260125100
Binary10101001111000111100111100000101001011011000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,241,231); }

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

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

 a { background-color: rgb(84,241,231); }

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

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

 span { border-color: rgb(84,241,231); }

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