#52C3C2

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

Shades of Medium Turquoise #52C3C2

Tints of Medium Turquoise #52C3C2

Color information

#52C3C2 (or 0x52C3C2) is unknown color: approx Medium Turquoise. HEX triplet: 52, C3 and C2. RGB value is (82,195,194). Sum of RGB (Red+Green+Blue) = 82+195+194=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #52C3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C3C2 is #AD3C3D. Grayscale: #A0A0A0. Windows color (decimal): -11353150 or 12763986. OLE color: 12763986.

HSL color Cylindrical-coordinate representation of color #52C3C2: hue angle of 179.47º degrees, saturation: 0.48, 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 #52C3C2 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB82195194-
CMYK0.5800.010.24
HSL179.47º48.5%54.31%-
HSV(B)179.47º57.95%76.47%-
XYZ32.7344.7257.95-
YUV161.1146.5671.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.41%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=17.41%
G=41.40%
B=41.19%

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
Decimal821951940.5800.010.24179.4748.554.31
Hex52C3C23A0118b33036
Octal1223033027201302636066
Binary10100101100001111000010111010011100010110011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,195,194); }

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

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

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

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

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

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

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