#52D7BC

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

Shades of Medium Turquoise #52D7BC

Tints of Medium Turquoise #52D7BC

Color information

#52D7BC (or 0x52D7BC) is unknown color: approx Medium Turquoise. HEX triplet: 52, D7 and BC. RGB value is (82,215,188). Sum of RGB (Red+Green+Blue) = 82+215+188=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #52D7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D7BC is #AD2843. Grayscale: #ACACAC. Windows color (decimal): -11348036 or 12375890. OLE color: 12375890.

HSL color Cylindrical-coordinate representation of color #52D7BC: hue angle of 167.82º degrees, saturation: 0.62, 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 #52D7BC is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB82215188-
CMYK0.6200.130.16
HSL167.82º62.44%58.24%-
HSV(B)167.82º61.86%84.31%-
XYZ36.8654.0356.06-
YUV172.16136.9463.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.91%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=16.91%
G=44.33%
B=38.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822151880.6200.130.16167.8262.4458.24
Hex52D7BC3E0D10a83e3a
Octal12232727476015202507672
Binary10100101101011110111100111110011011000010101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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