Html Css Color HEX #52C1BA Medium Turquoise

📋 copy color: '#52C1BA'

red 82 ◦ green 193 ◦ blue 186

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

Shades of Medium Turquoise #52C1BA

Tints of Medium Turquoise #52C1BA

RGB

 RED value IS 82 (32.42% from 255) = 17.79%

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

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

R = 17.79%
G = 41.87%
B = 40.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#52C1BA (or 0x52C1BA) is known color: Medium Turquoise. HEX triplet: 52, C1 and BA. RGB value is (82,193,186). Sum of RGB (Red+Green+Blue) = 82+193+186=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C1BA is #AD3E45. Grayscale: #9E9E9E. Windows color (decimal): -11353670 or 12239186. OLE color: 12239186.

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

Color convert

RGB 82 193 186 -
CMYK 0.58 0 0.04 0.24
HSL 176.22º 0.47% 0.54% -
HSV(B) 176.22º 0.58% 0.76% -
XYZ 31.41 43.48 53.19 -
YUV 159.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 82 193 186 0.58 0 0.04 0.24 176.22 0.47 0.54
Hex 52 C1 BA 3A 0 4 18 B0 2F 36
Octal 122 301 272 72 0 4 30 260 57 66
Binary 1010010 11000001 10111010 111010 0 100 11000 10110000 101111 110110

Color Harmonies of #52C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C1BA

Black with #52C1BA

Text Example


Text Example

White with #52C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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