#52ccdb

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

Shades of Medium Turquoise #52CCDB

Tints of Medium Turquoise #52CCDB

Color information

#52CCDB (or 0x52CCDB) is unknown color: approx Medium Turquoise. HEX triplet: 52, CC and DB. RGB value is (82,204,219). Sum of RGB (Red+Green+Blue) = 82+204+219=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #52CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCDB is #AD3324. Grayscale: #A9A9A9. Windows color (decimal): -11350821 or 14404690. OLE color: 14404690.

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

Color convert

RGB82204219-
CMYK0.630.0700.14
HSL186.57º65.55%59.02%-
HSV(B)186.57º62.56%85.88%-
XYZ37.8650.0974.69-
YUV169.23156.0865.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.24%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=16.24%
G=40.40%
B=43.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal822042190.630.0700.14186.5765.5559.02
Hex52CCDB3F70Ebb423b
Octal12231433377701627310273
Binary1010010110011001101101111111111101110101110111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ccdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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