#54F1DE

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

Shades of Turquoise #54F1DE

Tints of Turquoise #54F1DE

Color information

#54F1DE (or 0x54F1DE) is unknown color: approx Turquoise. HEX triplet: 54, F1 and DE. RGB value is (84,241,222). Sum of RGB (Red+Green+Blue) = 84+241+222=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F1DE is #AB0E21. Grayscale: #BFBFBF. Windows color (decimal): -11210274 or 14610772. OLE color: 14610772.

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

Color convert

RGB84241222-
CMYK0.6500.080.05
HSL172.74º84.86%63.73%-
HSV(B)172.74º65.15%94.51%-
XYZ48.370.0780.09-
YUV191.89144.9951.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.36%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=15.36%
G=44.06%
B=40.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842412220.6500.080.05172.7484.8663.73
Hex54F1DE41085ad5540
Octal1243613361010105255125100
Binary101010011110001110111101000001010001011010110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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