Html Css Color HEX #52D7DC Medium Turquoise

📋 copy color: '#52D7DC'

red 82 ◦ green 215 ◦ blue 220

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

Shades of Medium Turquoise #52D7DC

Tints of Medium Turquoise #52D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 15.86%
G = 41.59%
B = 42.55%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52D7DC (or 0x52D7DC) is known color: Medium Turquoise. HEX triplet: 52, D7 and DC. RGB value is (82,215,220). Sum of RGB (Red+Green+Blue) = 82+215+220=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #52D7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D7DC is #AD2823. Grayscale: #AFAFAF. Windows color (decimal): -11348004 or 14473042. OLE color: 14473042.

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

Color convert

RGB 82 215 220 -
CMYK 0.63 0.02 0 0.14
HSL 182.17º 0.66% 0.59% -
HSV(B) 182.17º 0.63% 0.86% -
XYZ 40.7 55.56 76.29 -
YUV 175.8 152.94 61.09 -
System Red Green Blue C M Y K H S L
Decimal 82 215 220 0.63 0.02 0 0.14 182.17 0.66 0.59
Hex 52 D7 DC 3F 2 0 E B6 42 3B
Octal 122 327 334 77 2 0 16 266 102 73
Binary 1010010 11010111 11011100 111111 10 0 1110 10110110 1000010 111011

Color Harmonies of #52D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D7DC

Black with #52D7DC

Text Example


Text Example

White with #52D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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