#53C4BE

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

Shades of Medium Turquoise #53C4BE

Tints of Medium Turquoise #53C4BE

Color information

#53C4BE (or 0x53C4BE) is unknown color: approx Medium Turquoise. HEX triplet: 53, C4 and BE. RGB value is (83,196,190). Sum of RGB (Red+Green+Blue) = 83+196+190=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #53C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C4BE is #AC3B41. Grayscale: #A1A1A1. Windows color (decimal): -11287362 or 12502099. OLE color: 12502099.

HSL color Cylindrical-coordinate representation of color #53C4BE: hue angle of 176.81º degrees, saturation: 0.49, 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 #53C4BE is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB83196190-
CMYK0.5800.030.23
HSL176.81º48.92%54.71%-
HSV(B)176.81º57.65%76.86%-
XYZ32.645.0455.69-
YUV161.53144.0671.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=17.70%
G=41.79%
B=40.51%

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
Decimal831961900.5800.030.23176.8148.9254.71
Hex53C4BE3A0317b13137
Octal1233042767203272616167
Binary101001111000100101111101110100111011110110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,196,190); }

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

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

 a { background-color: rgb(83,196,190); }

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

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

 span { border-color: rgb(83,196,190); }

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