#49C2CC

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

Shades of Medium Turquoise #49C2CC

Tints of Medium Turquoise #49C2CC

Color information

#49C2CC (or 0x49C2CC) is unknown color: approx Medium Turquoise. HEX triplet: 49, C2 and CC. RGB value is (73,194,204). Sum of RGB (Red+Green+Blue) = 73+194+204=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #49C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2CC is #B63D33. Grayscale: #9E9E9E. Windows color (decimal): -11943220 or 13419081. OLE color: 13419081.

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

Color convert

RGB73194204-
CMYK0.640.0500.2
HSL184.58º56.22%54.31%-
HSV(B)184.58º64.22%80%-
XYZ32.9444.3663.95-
YUV158.96153.4166.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.50%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=15.50%
G=41.19%
B=43.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731942040.640.0500.2184.5856.2254.31
Hex49C2CC405014b93836
Octal11130231410050242717066
Binary10010011100001011001100100000010101010010111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C2CC; }

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

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

<style>
 a { background-color: #49C2CC; }

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

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

<style>
 span { border-color: #49C2CC; }

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

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