Html Css Color HEX #53D4BA Medium Turquoise

📋 copy color: '#53D4BA'

red 83 ◦ green 212 ◦ blue 186

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

Shades of Medium Turquoise #53D4BA

Tints of Medium Turquoise #53D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.07%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 17.26%
G = 44.07%
B = 38.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#53D4BA (or 0x53D4BA) is known color: Medium Turquoise. HEX triplet: 53, D4 and BA. RGB value is (83,212,186). Sum of RGB (Red+Green+Blue) = 83+212+186=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #53D4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D4BA is #AC2B45. Grayscale: #AAAAAA. Windows color (decimal): -11283270 or 12244051. OLE color: 12244051.

HSL color Cylindrical-coordinate representation of color #53D4BA: hue angle of 167.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D4BA is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 186 -
CMYK 0.61 0 0.12 0.17
HSL 167.91º 0.6% 0.58% -
HSV(B) 167.91º 0.61% 0.83% -
XYZ 35.97 52.47 54.69 -
YUV 170.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 83 212 186 0.61 0 0.12 0.17 167.91 0.6 0.58
Hex 53 D4 BA 3D 0 C 11 A8 3C 3A
Octal 123 324 272 75 0 14 21 250 74 72
Binary 1010011 11010100 10111010 111101 0 1100 10001 10101000 111100 111010

Color Harmonies of #53D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D4BA

Black with #53D4BA

Text Example


Text Example

White with #53D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,212,186); }

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

background-color css

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

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

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

border-color css

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

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

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