#52CCC2

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

Shades of Medium Turquoise #52CCC2

Tints of Medium Turquoise #52CCC2

Color information

#52CCC2 (or 0x52CCC2) is unknown color: approx Medium Turquoise. HEX triplet: 52, CC and C2. RGB value is (82,204,194). Sum of RGB (Red+Green+Blue) = 82+204+194=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCC2 is #AD333D. Grayscale: #A6A6A6. Windows color (decimal): -11350846 or 12766290. OLE color: 12766290.

HSL color Cylindrical-coordinate representation of color #52CCC2: hue angle of 175.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCC2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB82204194-
CMYK0.6000.050.2
HSL175.08º54.46%56.08%-
HSV(B)175.08º59.8%80%-
XYZ34.8148.8758.64-
YUV166.38143.5867.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.08%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 194 (76.17% from 255) = 40.42%
R=17.08%
G=42.5%
B=40.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041940.6000.050.2175.0854.4656.08
Hex52CCC23C0514af3638
Octal1223143027405242576670
Binary1010010110011001100001011110001011010010101111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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