#53CACA

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

Shades of Medium Turquoise #53CACA

Tints of Medium Turquoise #53CACA

Color information

#53CACA (or 0x53CACA) is unknown color: approx Medium Turquoise. HEX triplet: 53, CA and CA. RGB value is (83,202,202). Sum of RGB (Red+Green+Blue) = 83+202+202=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #53CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CACA is #AC3535. Grayscale: #A6A6A6. Windows color (decimal): -11285814 or 13290067. OLE color: 13290067.

HSL color Cylindrical-coordinate representation of color #53CACA: hue angle of 180º 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 #53CACA is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83202202-
CMYK0.59000.21
HSL180º52.89%55.88%-
HSV(B)180º58.91%79.22%-
XYZ35.3548.3463.35-
YUV166.42148.0868.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.04%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=17.04%
G=41.48%
B=41.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832022020.59000.2118052.8955.88
Hex53CACA3B0015b43538
Octal1233123127300252646570
Binary10100111100101011001010111011001010110110100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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