#52dabc

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

Shades of Medium Turquoise #52DABC

Tints of Medium Turquoise #52DABC

Color information

#52DABC (or 0x52DABC) is unknown color: approx Medium Turquoise. HEX triplet: 52, DA and BC. RGB value is (82,218,188). Sum of RGB (Red+Green+Blue) = 82+218+188=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #52DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DABC is #AD2543. Grayscale: #ADADAD. Windows color (decimal): -11347268 or 12376658. OLE color: 12376658.

HSL color Cylindrical-coordinate representation of color #52DABC: hue angle of 166.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DABC is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB82218188-
CMYK0.6200.140.15
HSL166.76º64.76%58.82%-
HSV(B)166.76º62.39%85.49%-
XYZ37.6355.5756.32-
YUV173.92135.9462.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.80%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=16.80%
G=44.67%
B=38.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822181880.6200.140.15166.7664.7658.82
Hex52DABC3E0EFa7413b
Octal122332274760161724710173
Binary10100101101101010111100111110011101111101001111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52dabc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,218,188); }

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

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

 a { background-color: rgb(82,218,188); }

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

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

 span { border-color: rgb(82,218,188); }

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