#54C4BA

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

Shades of Medium Turquoise #54C4BA

Tints of Medium Turquoise #54C4BA

Color information

#54C4BA (or 0x54C4BA) is unknown color: approx Medium Turquoise. HEX triplet: 54, C4 and BA. RGB value is (84,196,186). Sum of RGB (Red+Green+Blue) = 84+196+186=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #54C4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C4BA is #AB3B45. Grayscale: #A1A1A1. Windows color (decimal): -11221830 or 12239956. OLE color: 12239956.

HSL color Cylindrical-coordinate representation of color #54C4BA: hue angle of 174.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C4BA is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB84196186-
CMYK0.5700.050.23
HSL174.64º48.7%54.9%-
HSV(B)174.64º57.14%76.86%-
XYZ32.2644.9153.42-
YUV161.37141.8972.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.03%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=18.03%
G=42.06%
B=39.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841961860.5700.050.23174.6448.754.9
Hex54C4BA390517af3137
Octal1243042727105272576167
Binary1010100110001001011101011100101011011110101111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,196,186); }

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

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

 a { background-color: rgb(84,196,186); }

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

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

 span { border-color: rgb(84,196,186); }

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