#49CBE2

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

Shades of Medium Turquoise #49CBE2

Tints of Medium Turquoise #49CBE2

Color information

#49CBE2 (or 0x49CBE2) is unknown color: approx Medium Turquoise. HEX triplet: 49, CB and E2. RGB value is (73,203,226). Sum of RGB (Red+Green+Blue) = 73+203+226=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #49CBE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBE2 is #B6341D. Grayscale: #A6A6A6. Windows color (decimal): -11940894 or 14863177. OLE color: 14863177.

HSL color Cylindrical-coordinate representation of color #49CBE2: hue angle of 189.02º 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 #49CBE2 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB73203226-
CMYK0.680.1000.11
HSL189.02º72.51%58.63%-
HSV(B)189.02º67.7%88.63%-
XYZ37.8349.6279.54-
YUV166.75161.4361.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.54%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 226 (88.67% from 255) = 45.02%
R=14.54%
G=40.44%
B=45.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732032260.680.1000.11189.0272.5158.63
Hex49CBE244A0Bbd493b
Octal1113133421041201327511173
Binary100100111001011111000101000100101001011101111011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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