#53D2C5

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

Shades of Medium Turquoise #53D2C5

Tints of Medium Turquoise #53D2C5

Color information

#53D2C5 (or 0x53D2C5) is unknown color: approx Medium Turquoise. HEX triplet: 53, D2 and C5. RGB value is (83,210,197). Sum of RGB (Red+Green+Blue) = 83+210+197=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D2C5 is #AC2D3A. Grayscale: #AAAAAA. Windows color (decimal): -11283771 or 12964435. OLE color: 12964435.

HSL color Cylindrical-coordinate representation of color #53D2C5: hue angle of 173.86º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D2C5 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB83210197-
CMYK0.6000.060.18
HSL173.86º58.53%57.45%-
HSV(B)173.86º60.48%82.35%-
XYZ36.6951.9660.92-
YUV170.54142.9265.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.94%
GREEN value IS 210 (82.42% from 255) = 42.86%
BLUE value IS 197 (77.34% from 255) = 40.20%
R=16.94%
G=42.86%
B=40.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal832101970.6000.060.18173.8658.5357.45
Hex53D2C53C0612ae3b39
Octal1233223057406222567371
Binary1010011110100101100010111110001101001010101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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