Html Css Color HEX #52DCD9 Medium Turquoise

📋 copy color: '#52DCD9'

red 82 ◦ green 220 ◦ blue 217

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

Shades of Medium Turquoise #52DCD9

Tints of Medium Turquoise #52DCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.81%

R = 15.8%
G = 42.39%
B = 41.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#52DCD9 (or 0x52DCD9) is known color: Medium Turquoise. HEX triplet: 52, DC and D9. RGB value is (82,220,217). Sum of RGB (Red+Green+Blue) = 82+220+217=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCD9 is #AD2326. Grayscale: #B2B2B2. Windows color (decimal): -11346727 or 14277714. OLE color: 14277714.

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

Color convert

RGB 82 220 217 -
CMYK 0.63 0 0.01 0.14
HSL 178.7º 0.66% 0.59% -
HSV(B) 178.7º 0.63% 0.86% -
XYZ 41.6 57.99 74.65 -
YUV 178.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 82 220 217 0.63 0 0.01 0.14 178.7 0.66 0.59
Hex 52 DC D9 3F 0 1 E B3 42 3B
Octal 122 334 331 77 0 1 16 263 102 73
Binary 1010010 11011100 11011001 111111 0 1 1110 10110011 1000010 111011

Color Harmonies of #52DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCD9

Black with #52DCD9

Text Example


Text Example

White with #52DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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