Html Css Color HEX #53D2C2 Medium Turquoise

📋 copy color: '#53D2C2'

red 83 ◦ green 210 ◦ blue 194

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

Shades of Medium Turquoise #53D2C2

Tints of Medium Turquoise #53D2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 17.04%
G = 43.12%
B = 39.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#53D2C2 (or 0x53D2C2) is known color: Medium Turquoise. HEX triplet: 53, D2 and C2. RGB value is (83,210,194). Sum of RGB (Red+Green+Blue) = 83+210+194=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D2C2 is #AC2D3D. Grayscale: #AAAAAA. Windows color (decimal): -11283774 or 12767827. OLE color: 12767827.

HSL color Cylindrical-coordinate representation of color #53D2C2: hue angle of 172.44º 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 #53D2C2 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 194 -
CMYK 0.60 0 0.08 0.18
HSL 172.44º 0.59% 0.57% -
HSV(B) 172.44º 0.6% 0.82% -
XYZ 36.35 51.83 59.13 -
YUV 170.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 83 210 194 0.60 0 0.08 0.18 172.44 0.59 0.57
Hex 53 D2 C2 3C 0 8 12 AC 3B 39
Octal 123 322 302 74 0 10 22 254 73 71
Binary 1010011 11010010 11000010 111100 0 1000 10010 10101100 111011 111001

Color Harmonies of #53D2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2C2

Black with #53D2C2

Text Example


Text Example

White with #53D2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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