#52CCCC

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

Shades of Medium Turquoise #52CCCC

Tints of Medium Turquoise #52CCCC

Color information

#52CCCC (or 0x52CCCC) is unknown color: approx Medium Turquoise. HEX triplet: 52, CC and CC. RGB value is (82,204,204). Sum of RGB (Red+Green+Blue) = 82+204+204=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #52CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCCC is #AD3333. Grayscale: #A7A7A7. Windows color (decimal): -11350836 or 13421650. OLE color: 13421650.

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

Color convert

RGB82204204-
CMYK0.60000.2
HSL180º54.46%56.08%-
HSV(B)180º59.8%80%-
XYZ35.9749.3464.75-
YUV167.52148.5867-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.73%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=16.73%
G=41.63%
B=41.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822042040.60000.218054.4656.08
Hex52CCCC3C0014b43638
Octal1223143147400242646670
Binary10100101100110011001100111100001010010110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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