#49CDE2

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

Shades of Medium Turquoise #49CDE2

Tints of Medium Turquoise #49CDE2

Color information

#49CDE2 (or 0x49CDE2) is unknown color: approx Medium Turquoise. HEX triplet: 49, CD and E2. RGB value is (73,205,226). Sum of RGB (Red+Green+Blue) = 73+205+226=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #49CDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDE2 is #B6321D. Grayscale: #A7A7A7. Windows color (decimal): -11940382 or 14863689. OLE color: 14863689.

HSL color Cylindrical-coordinate representation of color #49CDE2: hue angle of 188.24º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CDE2 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB73205226-
CMYK0.680.0900.11
HSL188.24º72.51%58.63%-
HSV(B)188.24º67.7%88.63%-
XYZ38.3150.5779.69-
YUV167.93160.7760.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.48%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 226 (88.67% from 255) = 44.84%
R=14.48%
G=40.67%
B=44.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732052260.680.0900.11188.2472.5158.63
Hex49CDE24490Bbc493b
Octal1113153421041101327411173
Binary100100111001101111000101000100100101011101111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,226); }

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

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

 a { background-color: rgb(73,205,226); }

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

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

 span { border-color: rgb(73,205,226); }

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