#53D6CA

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

Shades of Medium Turquoise #53D6CA

Tints of Medium Turquoise #53D6CA

Color information

#53D6CA (or 0x53D6CA) is unknown color: approx Medium Turquoise. HEX triplet: 53, D6 and CA. RGB value is (83,214,202). Sum of RGB (Red+Green+Blue) = 83+214+202=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #53D6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D6CA is #AC2935. Grayscale: #ADADAD. Windows color (decimal): -11282742 or 13293139. OLE color: 13293139.

HSL color Cylindrical-coordinate representation of color #53D6CA: hue angle of 174.5º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D6CA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB83214202-
CMYK0.6100.060.16
HSL174.5º61.5%58.24%-
HSV(B)174.5º61.21%83.92%-
XYZ38.2754.264.32-
YUV173.46144.163.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.63%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=16.63%
G=42.89%
B=40.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal832142020.6100.060.16174.561.558.24
Hex53D6CA3D0610af3e3a
Octal1233263127506202577672
Binary1010011110101101100101011110101101000010101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,214,202); }

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

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

 a { background-color: rgb(83,214,202); }

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

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

 span { border-color: rgb(83,214,202); }

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