Html Css Color HEX #53D6C0 Medium Turquoise

📋 copy color: '#53D6C0'

red 83 ◦ green 214 ◦ blue 192

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

Shades of Medium Turquoise #53D6C0

Tints of Medium Turquoise #53D6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 16.97%
G = 43.76%
B = 39.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#53D6C0 (or 0x53D6C0) is known color: Medium Turquoise. HEX triplet: 53, D6 and C0. RGB value is (83,214,192). Sum of RGB (Red+Green+Blue) = 83+214+192=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #53D6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D6C0 is #AC293F. Grayscale: #ACACAC. Windows color (decimal): -11282752 or 12637779. OLE color: 12637779.

HSL color Cylindrical-coordinate representation of color #53D6C0: hue angle of 169.92º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D6C0 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 214 192 -
CMYK 0.61 0 0.10 0.16
HSL 169.92º 0.62% 0.58% -
HSV(B) 169.92º 0.61% 0.84% -
XYZ 37.13 53.74 58.28 -
YUV 172.32 139.1 64.29 -
System Red Green Blue C M Y K H S L
Decimal 83 214 192 0.61 0 0.10 0.16 169.92 0.62 0.58
Hex 53 D6 C0 3D 0 A 10 AA 3E 3A
Octal 123 326 300 75 0 12 20 252 76 72
Binary 1010011 11010110 11000000 111101 0 1010 10000 10101010 111110 111010

Color Harmonies of #53D6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D6C0

Black with #53D6C0

Text Example


Text Example

White with #53D6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,214,192); }

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

background-color css

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

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

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

border-color css

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

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

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