#52d5be

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

Shades of Medium Turquoise #52D5BE

Tints of Medium Turquoise #52D5BE

Color information

#52D5BE (or 0x52D5BE) is unknown color: approx Medium Turquoise. HEX triplet: 52, D5 and BE. RGB value is (82,213,190). Sum of RGB (Red+Green+Blue) = 82+213+190=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #52D5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D5BE is #AD2A41. Grayscale: #ABABAB. Windows color (decimal): -11348546 or 12506450. OLE color: 12506450.

HSL color Cylindrical-coordinate representation of color #52D5BE: hue angle of 169.47º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D5BE is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB82213190-
CMYK0.6200.110.16
HSL169.47º60.93%57.84%-
HSV(B)169.47º61.5%83.53%-
XYZ36.5753.157.04-
YUV171.21138.664.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.91%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=16.91%
G=43.92%
B=39.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822131900.6200.110.16169.4760.9357.84
Hex52D5BE3E0B10a93d3a
Octal12232527676013202517572
Binary10100101101010110111110111110010111000010101001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d5be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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