#52D2CA

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

Shades of Medium Turquoise #52D2CA

Tints of Medium Turquoise #52D2CA

Color information

#52D2CA (or 0x52D2CA) is unknown color: approx Medium Turquoise. HEX triplet: 52, D2 and CA. RGB value is (82,210,202). Sum of RGB (Red+Green+Blue) = 82+210+202=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #52D2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D2CA is #AD2D35. Grayscale: #AAAAAA. Windows color (decimal): -11349302 or 13292114. OLE color: 13292114.

HSL color Cylindrical-coordinate representation of color #52D2CA: hue angle of 176.25º degrees, saturation: 0.59, 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 #52D2CA is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB82210202-
CMYK0.6100.040.18
HSL176.25º58.72%57.25%-
HSV(B)176.25º60.95%82.35%-
XYZ37.1952.1563.98-
YUV170.82145.5964.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.60%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=16.60%
G=42.51%
B=40.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822102020.6100.040.18176.2558.7257.25
Hex52D2CA3D0412b03b39
Octal1223223127504222607371
Binary1010010110100101100101011110101001001010110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,210,202); }

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

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

 a { background-color: rgb(82,210,202); }

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

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

 span { border-color: rgb(82,210,202); }

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