#53C6BD

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

Shades of Medium Turquoise #53C6BD

Tints of Medium Turquoise #53C6BD

Color information

#53C6BD (or 0x53C6BD) is unknown color: approx Medium Turquoise. HEX triplet: 53, C6 and BD. RGB value is (83,198,189). Sum of RGB (Red+Green+Blue) = 83+198+189=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #53C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C6BD is #AC3942. Grayscale: #A2A2A2. Windows color (decimal): -11286851 or 12437075. OLE color: 12437075.

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

Color convert

RGB83198189-
CMYK0.5800.050.22
HSL175.3º50.22%55.1%-
HSV(B)175.3º58.08%77.65%-
XYZ32.9545.955.27-
YUV162.59142.971.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.66%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=17.66%
G=42.13%
B=40.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831981890.5800.050.22175.350.2255.1
Hex53C6BD3A0516af3237
Octal1233062757205262576267
Binary1010011110001101011110111101001011011010101111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,198,189); }

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

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

 a { background-color: rgb(83,198,189); }

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

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

 span { border-color: rgb(83,198,189); }

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