#54F1E5

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

Shades of Turquoise #54F1E5

Tints of Turquoise #54F1E5

Color information

#54F1E5 (or 0x54F1E5) is unknown color: approx Turquoise. HEX triplet: 54, F1 and E5. RGB value is (84,241,229). Sum of RGB (Red+Green+Blue) = 84+241+229=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F1E5 is #AB0E1A. Grayscale: #C0C0C0. Windows color (decimal): -11210267 or 15069524. OLE color: 15069524.

HSL color Cylindrical-coordinate representation of color #54F1E5: hue angle of 175.41º 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 #54F1E5 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB84241229-
CMYK0.6500.050.05
HSL175.41º84.86%63.73%-
HSV(B)175.41º65.15%94.51%-
XYZ49.2570.4585.13-
YUV192.69148.4950.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.16%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=15.16%
G=43.50%
B=41.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842412290.6500.050.05175.4184.8663.73
Hex54F1E541055af5540
Octal124361345101055257125100
Binary10101001111000111100101100000101011011010111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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