#52C6BE

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

Shades of Medium Turquoise #52C6BE

Tints of Medium Turquoise #52C6BE

Color information

#52C6BE (or 0x52C6BE) is unknown color: approx Medium Turquoise. HEX triplet: 52, C6 and BE. RGB value is (82,198,190). Sum of RGB (Red+Green+Blue) = 82+198+190=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C6BE is #AD3941. Grayscale: #A2A2A2. Windows color (decimal): -11352386 or 12502610. OLE color: 12502610.

HSL color Cylindrical-coordinate representation of color #52C6BE: hue angle of 175.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C6BE is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB82198190-
CMYK0.5900.040.22
HSL175.86º50.43%54.9%-
HSV(B)175.86º58.59%77.65%-
XYZ32.9745.955.84-
YUV162.4143.5770.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.45%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=17.45%
G=42.13%
B=40.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981900.5900.040.22175.8650.4354.9
Hex52C6BE3B0416b03237
Octal1223062767304262606267
Binary1010010110001101011111011101101001011010110000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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