Html Css Color HEX #52DFBA Medium Turquoise

📋 copy color: '#52DFBA'

red 82 ◦ green 223 ◦ blue 186

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

Shades of Medium Turquoise #52DFBA

Tints of Medium Turquoise #52DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

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

R = 16.7%
G = 45.42%
B = 37.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#52DFBA (or 0x52DFBA) is known color: Medium Turquoise. HEX triplet: 52, DF and BA. RGB value is (82,223,186). Sum of RGB (Red+Green+Blue) = 82+223+186=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFBA is #AD2045. Grayscale: #B0B0B0. Windows color (decimal): -11345990 or 12246866. OLE color: 12246866.

HSL color Cylindrical-coordinate representation of color #52DFBA: hue angle of 164.26º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFBA is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 186 -
CMYK 0.63 0 0.17 0.13
HSL 164.26º 0.69% 0.6% -
HSV(B) 164.26º 0.63% 0.87% -
XYZ 38.73 58.11 55.63 -
YUV 176.62 133.29 60.51 -
System Red Green Blue C M Y K H S L
Decimal 82 223 186 0.63 0 0.17 0.13 164.26 0.69 0.6
Hex 52 DF BA 3F 0 11 D A4 45 3C
Octal 122 337 272 77 0 21 15 244 105 74
Binary 1010010 11011111 10111010 111111 0 10001 1101 10100100 1000101 111100

Color Harmonies of #52DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFBA

Black with #52DFBA

Text Example


Text Example

White with #52DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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