#52CDD1

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

Shades of Medium Turquoise #52CDD1

Tints of Medium Turquoise #52CDD1

Color information

#52CDD1 (or 0x52CDD1) is unknown color: approx Medium Turquoise. HEX triplet: 52, CD and D1. RGB value is (82,205,209). Sum of RGB (Red+Green+Blue) = 82+205+209=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #52CDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDD1 is #AD322E. Grayscale: #A8A8A8. Windows color (decimal): -11350575 or 13749586. OLE color: 13749586.

HSL color Cylindrical-coordinate representation of color #52CDD1: hue angle of 181.89º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CDD1 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82205209-
CMYK0.610.0200.18
HSL181.89º57.99%57.06%-
HSV(B)181.89º60.77%81.96%-
XYZ36.8250.0668.04-
YUV168.68150.7566.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.53%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=16.53%
G=41.33%
B=42.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822052090.610.0200.18181.8957.9957.06
Hex52CDD13D2012b63a39
Octal1223153217520222667271
Binary101001011001101110100011111011001001010110110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,209); }

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

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

 a { background-color: rgb(82,205,209); }

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

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

 span { border-color: rgb(82,205,209); }

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