#54F3C9

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

Shades of Turquoise #54F3C9

Tints of Turquoise #54F3C9

Color information

#54F3C9 (or 0x54F3C9) is unknown color: approx Turquoise. HEX triplet: 54, F3 and C9. RGB value is (84,243,201). Sum of RGB (Red+Green+Blue) = 84+243+201=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #54F3C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F3C9 is #AB0C36. Grayscale: #BEBEBE. Windows color (decimal): -11209783 or 13235028. OLE color: 13235028.

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

Color convert

RGB84243201-
CMYK0.6500.170.05
HSL164.15º86.89%64.12%-
HSV(B)164.15º65.43%95.29%-
XYZ46.2570.266.37-
YUV190.67133.8251.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.91%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=15.91%
G=46.02%
B=38.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842432010.6500.170.05164.1586.8964.12
Hex54F3C9410115a45740
Octal1243633111010215244127100
Binary1010100111100111100100110000010100011011010010010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,243,201); }

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

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

 a { background-color: rgb(84,243,201); }

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

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

 span { border-color: rgb(84,243,201); }

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