#54C1BF

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

Shades of Medium Turquoise #54C1BF

Tints of Medium Turquoise #54C1BF

Color information

#54C1BF (or 0x54C1BF) is unknown color: approx Medium Turquoise. HEX triplet: 54, C1 and BF. RGB value is (84,193,191). Sum of RGB (Red+Green+Blue) = 84+193+191=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #54C1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C1BF is #AB3E40. Grayscale: #A0A0A0. Windows color (decimal): -11222593 or 12566868. OLE color: 12566868.

HSL color Cylindrical-coordinate representation of color #54C1BF: hue angle of 178.9º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C1BF is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB84193191-
CMYK0.5600.010.24
HSL178.9º46.78%54.31%-
HSV(B)178.9º56.48%75.69%-
XYZ32.1343.7956.05-
YUV160.18145.3973.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.95%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 191 (75% from 255) = 40.81%
R=17.95%
G=41.24%
B=40.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841931910.5600.010.24178.946.7854.31
Hex54C1BF380118b32f36
Octal1243012777001302635766
Binary10101001100000110111111111000011100010110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,193,191); }

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

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

 a { background-color: rgb(84,193,191); }

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

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

 span { border-color: rgb(84,193,191); }

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