Html Css Color HEX #52DCBA Medium Turquoise

📋 copy color: '#52DCBA'

red 82 ◦ green 220 ◦ blue 186

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

Shades of Medium Turquoise #52DCBA

Tints of Medium Turquoise #52DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

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

R = 16.8%
G = 45.08%
B = 38.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#52DCBA (or 0x52DCBA) is known color: Medium Turquoise. HEX triplet: 52, DC and BA. RGB value is (82,220,186). Sum of RGB (Red+Green+Blue) = 82+220+186=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCBA is #AD2345. Grayscale: #AEAEAE. Windows color (decimal): -11346758 or 12246098. OLE color: 12246098.

HSL color Cylindrical-coordinate representation of color #52DCBA: hue angle of 165.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCBA is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 186 -
CMYK 0.63 0 0.15 0.14
HSL 165.22º 0.66% 0.59% -
HSV(B) 165.22º 0.63% 0.86% -
XYZ 37.94 56.53 55.37 -
YUV 174.86 134.28 61.76 -
System Red Green Blue C M Y K H S L
Decimal 82 220 186 0.63 0 0.15 0.14 165.22 0.66 0.59
Hex 52 DC BA 3F 0 F E A5 42 3B
Octal 122 334 272 77 0 17 16 245 102 73
Binary 1010010 11011100 10111010 111111 0 1111 1110 10100101 1000010 111011

Color Harmonies of #52DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCBA

Black with #52DCBA

Text Example


Text Example

White with #52DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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