Html Css Color HEX #52DCD4 Medium Turquoise

📋 copy color: '#52DCD4'

red 82 ◦ green 220 ◦ blue 212

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

Shades of Medium Turquoise #52DCD4

Tints of Medium Turquoise #52DCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.25%

R = 15.95%
G = 42.8%
B = 41.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#52DCD4 (or 0x52DCD4) is known color: Medium Turquoise. HEX triplet: 52, DC and D4. RGB value is (82,220,212). Sum of RGB (Red+Green+Blue) = 82+220+212=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCD4 is #AD232B. Grayscale: #B1B1B1. Windows color (decimal): -11346732 or 13950034. OLE color: 13950034.

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

Color convert

RGB 82 220 212 -
CMYK 0.63 0 0.04 0.14
HSL 176.52º 0.66% 0.59% -
HSV(B) 176.52º 0.63% 0.86% -
XYZ 40.96 57.73 71.27 -
YUV 177.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 82 220 212 0.63 0 0.04 0.14 176.52 0.66 0.59
Hex 52 DC D4 3F 0 4 E B1 42 3B
Octal 122 334 324 77 0 4 16 261 102 73
Binary 1010010 11011100 11010100 111111 0 100 1110 10110001 1000010 111011

Color Harmonies of #52DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCD4

Black with #52DCD4

Text Example


Text Example

White with #52DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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