Html Css Color HEX #52D1BA Medium Turquoise

📋 copy color: '#52D1BA'

red 82 ◦ green 209 ◦ blue 186

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

Shades of Medium Turquoise #52D1BA

Tints of Medium Turquoise #52D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.82%

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

R = 17.19%
G = 43.82%
B = 38.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#52D1BA (or 0x52D1BA) is known color: Medium Turquoise. HEX triplet: 52, D1 and BA. RGB value is (82,209,186). Sum of RGB (Red+Green+Blue) = 82+209+186=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #52D1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D1BA is #AD2E45. Grayscale: #A8A8A8. Windows color (decimal): -11349574 or 12243282. OLE color: 12243282.

HSL color Cylindrical-coordinate representation of color #52D1BA: hue angle of 169.13º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D1BA is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 186 -
CMYK 0.61 0 0.11 0.18
HSL 169.13º 0.58% 0.57% -
HSV(B) 169.13º 0.61% 0.82% -
XYZ 35.14 50.94 54.43 -
YUV 168.41 137.92 66.37 -
System Red Green Blue C M Y K H S L
Decimal 82 209 186 0.61 0 0.11 0.18 169.13 0.58 0.57
Hex 52 D1 BA 3D 0 B 12 A9 3A 39
Octal 122 321 272 75 0 13 22 251 72 71
Binary 1010010 11010001 10111010 111101 0 1011 10010 10101001 111010 111001

Color Harmonies of #52D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D1BA

Black with #52D1BA

Text Example


Text Example

White with #52D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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