#54F1E6

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

Shades of Turquoise #54F1E6

Tints of Turquoise #54F1E6

Color information

#54F1E6 (or 0x54F1E6) is unknown color: approx Turquoise. HEX triplet: 54, F1 and E6. RGB value is (84,241,230). Sum of RGB (Red+Green+Blue) = 84+241+230=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F1E6 is #AB0E19. Grayscale: #C0C0C0. Windows color (decimal): -11210266 or 15135060. OLE color: 15135060.

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

Color convert

RGB84241230-
CMYK0.6500.050.05
HSL175.8º84.86%63.73%-
HSV(B)175.8º65.15%94.51%-
XYZ49.3970.5185.87-
YUV192.8148.9950.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.14%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=15.14%
G=43.42%
B=41.44%

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
Decimal842412300.6500.050.05175.884.8663.73
Hex54F1E641055b05540
Octal124361346101055260125100
Binary10101001111000111100110100000101011011011000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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