#52DCC9

Color #52DCC9 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #52DCC9

Tints of Medium Turquoise #52DCC9

Color information

#52DCC9 (or 0x52DCC9) is unknown color: approx Medium Turquoise. HEX triplet: 52, DC and C9. RGB value is (82,220,201). Sum of RGB (Red+Green+Blue) = 82+220+201=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCC9 is #AD2336. Grayscale: #B0B0B0. Windows color (decimal): -11346743 or 13229138. OLE color: 13229138.

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

Color convert

RGB82220201-
CMYK0.6300.090.14
HSL171.74º66.35%59.22%-
HSV(B)171.74º62.73%86.27%-
XYZ39.6257.264.21-
YUV176.57141.7860.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.30%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=16.30%
G=43.74%
B=39.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal822202010.6300.090.14171.7466.3559.22
Hex52DCC93F09Eac423b
Octal122334311770111625410273
Binary10100101101110011001001111111010011110101011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52DCC9;
 }
 .AnyTagClassName
 {
   color: #52DCC9;
 }
</style>
background-color css

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

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

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

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

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

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