#52DCDB

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

Shades of Medium Turquoise #52DCDB

Tints of Medium Turquoise #52DCDB

Color information

#52DCDB (or 0x52DCDB) is unknown color: approx Medium Turquoise. HEX triplet: 52, DC and DB. RGB value is (82,220,219). Sum of RGB (Red+Green+Blue) = 82+220+219=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCDB is #AD2324. Grayscale: #B2B2B2. Windows color (decimal): -11346725 or 14408786. OLE color: 14408786.

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

Color convert

RGB82220219-
CMYK0.6300.000.14
HSL179.57º66.35%59.22%-
HSV(B)179.57º62.73%86.27%-
XYZ41.8658.0976.03-
YUV178.62150.7859.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.74%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=15.74%
G=42.23%
B=42.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal822202190.6300.000.14179.5766.3559.22
Hex52DCDB3F00Eb4423b
Octal12233433377001626410273
Binary10100101101110011011011111111001110101101001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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