Html Css Color HEX #52DFC0 Medium Turquoise

📋 copy color: '#52DFC0'

red 82 ◦ green 223 ◦ blue 192

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

Shades of Medium Turquoise #52DFC0

Tints of Medium Turquoise #52DFC0

RGB

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

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

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

R = 16.5%
G = 44.87%
B = 38.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#52DFC0 (or 0x52DFC0) is known color: Medium Turquoise. HEX triplet: 52, DF and C0. RGB value is (82,223,192). Sum of RGB (Red+Green+Blue) = 82+223+192=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFC0 is #AD203F. Grayscale: #B1B1B1. Windows color (decimal): -11345984 or 12640082. OLE color: 12640082.

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

Color convert

RGB 82 223 192 -
CMYK 0.63 0 0.14 0.13
HSL 166.81º 0.69% 0.6% -
HSV(B) 166.81º 0.63% 0.87% -
XYZ 39.38 58.37 59.06 -
YUV 177.31 136.29 60.02 -
System Red Green Blue C M Y K H S L
Decimal 82 223 192 0.63 0 0.14 0.13 166.81 0.69 0.6
Hex 52 DF C0 3F 0 E D A7 45 3C
Octal 122 337 300 77 0 16 15 247 105 74
Binary 1010010 11011111 11000000 111111 0 1110 1101 10100111 1000101 111100

Color Harmonies of #52DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFC0

Black with #52DFC0

Text Example


Text Example

White with #52DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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