Html Css Color HEX #53CAC5 Medium Turquoise

📋 copy color: '#53CAC5'

red 83 ◦ green 202 ◦ blue 197

#53CAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #53CAC5

Tints of Medium Turquoise #53CAC5

RGB

 RED value IS 83 (32.81% from 255) = 17.22%

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 17.22%
G = 41.91%
B = 40.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#53CAC5 (or 0x53CAC5) is known color: Medium Turquoise. HEX triplet: 53, CA and C5. RGB value is (83,202,197). Sum of RGB (Red+Green+Blue) = 83+202+197=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CAC5 is #AC353A. Grayscale: #A5A5A5. Windows color (decimal): -11285819 or 12962387. OLE color: 12962387.

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

Color convert

RGB 83 202 197 -
CMYK 0.59 0 0.02 0.21
HSL 177.48º 0.53% 0.56% -
HSV(B) 177.48º 0.59% 0.79% -
XYZ 34.77 48.11 60.28 -
YUV 165.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 83 202 197 0.59 0 0.02 0.21 177.48 0.53 0.56
Hex 53 CA C5 3B 0 2 15 B1 35 38
Octal 123 312 305 73 0 2 25 261 65 70
Binary 1010011 11001010 11000101 111011 0 10 10101 10110001 110101 111000

Color Harmonies of #53CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CAC5

Black with #53CAC5

Text Example


Text Example

White with #53CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53CAC5;
 }
 .AnyTagClassName
 {
   color: #53CAC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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