#52CCCA

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

Shades of Medium Turquoise #52CCCA

Tints of Medium Turquoise #52CCCA

Color information

#52CCCA (or 0x52CCCA) is unknown color: approx Medium Turquoise. HEX triplet: 52, CC and CA. RGB value is (82,204,202). Sum of RGB (Red+Green+Blue) = 82+204+202=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCCA is #AD3335. Grayscale: #A7A7A7. Windows color (decimal): -11350838 or 13290578. OLE color: 13290578.

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

Color convert

RGB82204202-
CMYK0.6000.010.2
HSL179.02º54.46%56.08%-
HSV(B)179.02º59.8%80%-
XYZ35.7349.2463.5-
YUV167.29147.5867.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.80%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=16.80%
G=41.80%
B=41.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822042020.6000.010.2179.0254.4656.08
Hex52CCCA3C0114b33638
Octal1223143127401242636670
Binary10100101100110011001010111100011010010110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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