Html Css Color HEX #52DFBC Medium Turquoise

📋 copy color: '#52DFBC'

red 82 ◦ green 223 ◦ blue 188

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

Shades of Medium Turquoise #52DFBC

Tints of Medium Turquoise #52DFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 16.63%
G = 45.23%
B = 38.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#52DFBC (or 0x52DFBC) is known color: Medium Turquoise. HEX triplet: 52, DF and BC. RGB value is (82,223,188). Sum of RGB (Red+Green+Blue) = 82+223+188=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFBC is #AD2043. Grayscale: #B0B0B0. Windows color (decimal): -11345988 or 12377938. OLE color: 12377938.

HSL color Cylindrical-coordinate representation of color #52DFBC: hue angle of 165.11º 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 #52DFBC is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 188 -
CMYK 0.63 0 0.16 0.13
HSL 165.11º 0.69% 0.6% -
HSV(B) 165.11º 0.63% 0.87% -
XYZ 38.94 58.2 56.76 -
YUV 176.85 134.29 60.35 -
System Red Green Blue C M Y K H S L
Decimal 82 223 188 0.63 0 0.16 0.13 165.11 0.69 0.6
Hex 52 DF BC 3F 0 10 D A5 45 3C
Octal 122 337 274 77 0 20 15 245 105 74
Binary 1010010 11011111 10111100 111111 0 10000 1101 10100101 1000101 111100

Color Harmonies of #52DFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFBC

Black with #52DFBC

Text Example


Text Example

White with #52DFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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