#53C1BF

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

Shades of Medium Turquoise #53C1BF

Tints of Medium Turquoise #53C1BF

Color information

#53C1BF (or 0x53C1BF) is unknown color: approx Medium Turquoise. HEX triplet: 53, C1 and BF. RGB value is (83,193,191). Sum of RGB (Red+Green+Blue) = 83+193+191=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #53C1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C1BF is #AC3E40. Grayscale: #9F9F9F. Windows color (decimal): -11288129 or 12566867. OLE color: 12566867.

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

Color convert

RGB83193191-
CMYK0.5700.010.24
HSL178.91º47.01%54.12%-
HSV(B)178.91º56.99%75.69%-
XYZ32.0443.7456.04-
YUV159.88145.5673.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.77%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 191 (75% from 255) = 40.90%
R=17.77%
G=41.33%
B=40.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831931910.5700.010.24178.9147.0154.12
Hex53C1BF390118b32f36
Octal1233012777101302635766
Binary10100111100000110111111111001011100010110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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