#53D7CA

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

Shades of Medium Turquoise #53D7CA

Tints of Medium Turquoise #53D7CA

Color information

#53D7CA (or 0x53D7CA) is unknown color: approx Medium Turquoise. HEX triplet: 53, D7 and CA. RGB value is (83,215,202). Sum of RGB (Red+Green+Blue) = 83+215+202=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #53D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D7CA is #AC2835. Grayscale: #ADADAD. Windows color (decimal): -11282486 or 13293395. OLE color: 13293395.

HSL color Cylindrical-coordinate representation of color #53D7CA: hue angle of 174.09º 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 #53D7CA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB83215202-
CMYK0.6100.060.16
HSL174.09º62.26%58.43%-
HSV(B)174.09º61.4%84.31%-
XYZ38.5354.764.41-
YUV174.05143.7763.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.6%
GREEN value IS 215 (84.38% from 255) = 43%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=16.6%
G=43%
B=40.4%

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
Decimal832152020.6100.060.16174.0962.2658.43
Hex53D7CA3D0610ae3e3a
Octal1233273127506202567672
Binary1010011110101111100101011110101101000010101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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