Html Css Color HEX #53D2C5 Medium Turquoise

📋 copy color: '#53D2C5'

red 83 ◦ green 210 ◦ blue 197

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

Shades of Medium Turquoise #53D2C5

Tints of Medium Turquoise #53D2C5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.86%

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

R = 16.94%
G = 42.86%
B = 40.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#53D2C5 (or 0x53D2C5) is known color: Medium Turquoise. HEX triplet: 53, D2 and C5. RGB value is (83,210,197). Sum of RGB (Red+Green+Blue) = 83+210+197=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D2C5 is #AC2D3A. Grayscale: #AAAAAA. Windows color (decimal): -11283771 or 12964435. OLE color: 12964435.

HSL color Cylindrical-coordinate representation of color #53D2C5: hue angle of 173.86º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D2C5 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 197 -
CMYK 0.60 0 0.06 0.18
HSL 173.86º 0.59% 0.57% -
HSV(B) 173.86º 0.6% 0.82% -
XYZ 36.69 51.96 60.92 -
YUV 170.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 83 210 197 0.60 0 0.06 0.18 173.86 0.59 0.57
Hex 53 D2 C5 3C 0 6 12 AE 3B 39
Octal 123 322 305 74 0 6 22 256 73 71
Binary 1010011 11010010 11000101 111100 0 110 10010 10101110 111011 111001

Color Harmonies of #53D2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2C5

Black with #53D2C5

Text Example


Text Example

White with #53D2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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