Html Css Color HEX #52DDC0 Medium Turquoise

📋 copy color: '#52DDC0'

red 82 ◦ green 221 ◦ blue 192

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

Shades of Medium Turquoise #52DDC0

Tints of Medium Turquoise #52DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 16.57%
G = 44.65%
B = 38.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#52DDC0 (or 0x52DDC0) is known color: Medium Turquoise. HEX triplet: 52, DD and C0. RGB value is (82,221,192). Sum of RGB (Red+Green+Blue) = 82+221+192=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDC0 is #AD223F. Grayscale: #B0B0B0. Windows color (decimal): -11346496 or 12639570. OLE color: 12639570.

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

Color convert

RGB 82 221 192 -
CMYK 0.63 0 0.13 0.13
HSL 167.48º 0.67% 0.59% -
HSV(B) 167.48º 0.63% 0.87% -
XYZ 38.85 57.31 58.88 -
YUV 176.13 136.95 60.86 -
System Red Green Blue C M Y K H S L
Decimal 82 221 192 0.63 0 0.13 0.13 167.48 0.67 0.59
Hex 52 DD C0 3F 0 D D A7 43 3B
Octal 122 335 300 77 0 15 15 247 103 73
Binary 1010010 11011101 11000000 111111 0 1101 1101 10100111 1000011 111011

Color Harmonies of #52DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDC0

Black with #52DDC0

Text Example


Text Example

White with #52DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,192); }

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

background-color css

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

 a { background-color: rgb(82,221,192); }

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

border-color css

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

 span { border-color: rgb(82,221,192); }

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