Html Css Color HEX #53C1BA Medium Turquoise

📋 copy color: '#53C1BA'

red 83 ◦ green 193 ◦ blue 186

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

Shades of Medium Turquoise #53C1BA

Tints of Medium Turquoise #53C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.77%

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

R = 17.97%
G = 41.77%
B = 40.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#53C1BA (or 0x53C1BA) is known color: Medium Turquoise. HEX triplet: 53, C1 and BA. RGB value is (83,193,186). Sum of RGB (Red+Green+Blue) = 83+193+186=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #53C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C1BA is #AC3E45. Grayscale: #9F9F9F. Windows color (decimal): -11288134 or 12239187. OLE color: 12239187.

HSL color Cylindrical-coordinate representation of color #53C1BA: hue angle of 176.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C1BA is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 186 -
CMYK 0.57 0 0.04 0.24
HSL 176.18º 0.47% 0.54% -
HSV(B) 176.18º 0.57% 0.76% -
XYZ 31.5 43.52 53.2 -
YUV 159.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 83 193 186 0.57 0 0.04 0.24 176.18 0.47 0.54
Hex 53 C1 BA 39 0 4 18 B0 2F 36
Octal 123 301 272 71 0 4 30 260 57 66
Binary 1010011 11000001 10111010 111001 0 100 11000 10110000 101111 110110

Color Harmonies of #53C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C1BA

Black with #53C1BA

Text Example


Text Example

White with #53C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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