#52C6C6

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

Shades of Medium Turquoise #52C6C6

Tints of Medium Turquoise #52C6C6

Color information

#52C6C6 (or 0x52C6C6) is unknown color: approx Medium Turquoise. HEX triplet: 52, C6 and C6. RGB value is (82,198,198). Sum of RGB (Red+Green+Blue) = 82+198+198=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #52C6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C6C6 is #AD3939. Grayscale: #A3A3A3. Windows color (decimal): -11352378 or 13026898. OLE color: 13026898.

HSL color Cylindrical-coordinate representation of color #52C6C6: hue angle of 180º 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 #52C6C6 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82198198-
CMYK0.59000.22
HSL180º50.43%54.9%-
HSV(B)180º58.59%77.65%-
XYZ33.8746.2660.57-
YUV163.32147.5770-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.15%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=17.15%
G=41.42%
B=41.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981980.59000.2218050.4354.9
Hex52C6C63B0016b43237
Octal1223063067300262646267
Binary10100101100011011000110111011001011010110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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