#52C1C0

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

Shades of Medium Turquoise #52C1C0

Tints of Medium Turquoise #52C1C0

Color information

#52C1C0 (or 0x52C1C0) is unknown color: approx Medium Turquoise. HEX triplet: 52, C1 and C0. RGB value is (82,193,192). Sum of RGB (Red+Green+Blue) = 82+193+192=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C1C0 is #AD3E3F. Grayscale: #9F9F9F. Windows color (decimal): -11353664 or 12632402. OLE color: 12632402.

HSL color Cylindrical-coordinate representation of color #52C1C0: hue angle of 179.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C1C0 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB82193192-
CMYK0.5800.010.24
HSL179.46º47.23%53.92%-
HSV(B)179.46º57.51%75.69%-
XYZ32.0643.7456.62-
YUV159.7146.2372.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=17.56%
G=41.33%
B=41.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931920.5800.010.24179.4647.2353.92
Hex52C1C03A0118b32f36
Octal1223013007201302635766
Binary10100101100000111000000111010011100010110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,192); }

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

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

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

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

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

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

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