Html Css Color HEX #52DCD5 Medium Turquoise

📋 copy color: '#52DCD5'

red 82 ◦ green 220 ◦ blue 213

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

Shades of Medium Turquoise #52DCD5

Tints of Medium Turquoise #52DCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 15.92%
G = 42.72%
B = 41.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#52DCD5 (or 0x52DCD5) is known color: Medium Turquoise. HEX triplet: 52, DC and D5. RGB value is (82,220,213). Sum of RGB (Red+Green+Blue) = 82+220+213=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCD5 is #AD232A. Grayscale: #B1B1B1. Windows color (decimal): -11346731 or 14015570. OLE color: 14015570.

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

Color convert

RGB 82 220 213 -
CMYK 0.63 0 0.03 0.14
HSL 176.96º 0.66% 0.59% -
HSV(B) 176.96º 0.63% 0.86% -
XYZ 41.08 57.78 71.94 -
YUV 177.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 82 220 213 0.63 0 0.03 0.14 176.96 0.66 0.59
Hex 52 DC D5 3F 0 3 E B1 42 3B
Octal 122 334 325 77 0 3 16 261 102 73
Binary 1010010 11011100 11010101 111111 0 11 1110 10110001 1000010 111011

Color Harmonies of #52DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCD5

Black with #52DCD5

Text Example


Text Example

White with #52DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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