#53C5CA

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

Shades of Medium Turquoise #53C5CA

Tints of Medium Turquoise #53C5CA

Color information

#53C5CA (or 0x53C5CA) is unknown color: approx Medium Turquoise. HEX triplet: 53, C5 and CA. RGB value is (83,197,202). Sum of RGB (Red+Green+Blue) = 83+197+202=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #53C5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C5CA is #AC3A35. Grayscale: #A3A3A3. Windows color (decimal): -11287094 or 13288787. OLE color: 13288787.

HSL color Cylindrical-coordinate representation of color #53C5CA: hue angle of 182.52º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C5CA is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83197202-
CMYK0.590.0200.21
HSL182.52º52.89%55.88%-
HSV(B)182.52º58.91%79.22%-
XYZ34.1946.0462.96-
YUV163.48149.7370.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.22%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=17.22%
G=40.87%
B=41.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831972020.590.0200.21182.5252.8955.88
Hex53C5CA3B2015b73538
Octal1233053127320252676570
Binary101001111000101110010101110111001010110110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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