#52D5DA

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

Shades of Medium Turquoise #52D5DA

Tints of Medium Turquoise #52D5DA

Color information

#52D5DA (or 0x52D5DA) is unknown color: approx Medium Turquoise. HEX triplet: 52, D5 and DA. RGB value is (82,213,218). Sum of RGB (Red+Green+Blue) = 82+213+218=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #52D5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D5DA is #AD2A25. Grayscale: #AEAEAE. Windows color (decimal): -11348518 or 14341458. OLE color: 14341458.

HSL color Cylindrical-coordinate representation of color #52D5DA: hue angle of 182.21º 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 #52D5DA is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82213218-
CMYK0.620.0200.15
HSL182.21º64.76%58.82%-
HSV(B)182.21º62.39%85.49%-
XYZ39.9354.4474.73-
YUV174.4152.662.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.98%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=15.98%
G=41.52%
B=42.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822132180.620.0200.15182.2164.7658.82
Hex52D5DA3E20Fb6413b
Octal12232533276201726610173
Binary101001011010101110110101111101001111101101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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