#53C5BF

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

Shades of Medium Turquoise #53C5BF

Tints of Medium Turquoise #53C5BF

Color information

#53C5BF (or 0x53C5BF) is unknown color: approx Medium Turquoise. HEX triplet: 53, C5 and BF. RGB value is (83,197,191). Sum of RGB (Red+Green+Blue) = 83+197+191=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C5BF is #AC3A40. Grayscale: #A2A2A2. Windows color (decimal): -11287105 or 12567891. OLE color: 12567891.

HSL color Cylindrical-coordinate representation of color #53C5BF: hue angle of 176.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C5BF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB83197191-
CMYK0.5800.030.23
HSL176.84º49.57%54.9%-
HSV(B)176.84º57.87%77.25%-
XYZ32.9445.5356.34-
YUV162.23144.2371.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.62%
GREEN value IS 197 (77.34% from 255) = 41.83%
BLUE value IS 191 (75% from 255) = 40.55%
R=17.62%
G=41.83%
B=40.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831971910.5800.030.23176.8449.5754.9
Hex53C5BF3A0317b13237
Octal1233052777203272616267
Binary101001111000101101111111110100111011110110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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