#49CBE6

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

Shades of Medium Turquoise #49CBE6

Tints of Medium Turquoise #49CBE6

Color information

#49CBE6 (or 0x49CBE6) is unknown color: approx Medium Turquoise. HEX triplet: 49, CB and E6. RGB value is (73,203,230). Sum of RGB (Red+Green+Blue) = 73+203+230=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #49CBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBE6 is #B63419. Grayscale: #A6A6A6. Windows color (decimal): -11940890 or 15125321. OLE color: 15125321.

HSL color Cylindrical-coordinate representation of color #49CBE6: hue angle of 190.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CBE6 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB73203230-
CMYK0.680.1200.10
HSL190.32º75.85%59.41%-
HSV(B)190.32º68.26%90.2%-
XYZ38.3949.8482.46-
YUV167.21163.4360.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.43%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=14.43%
G=40.12%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732032300.680.1200.10190.3275.8559.41
Hex49CBE644C0Abe4c3b
Octal1113133461041401227611473
Binary100100111001011111001101000100110001010101111101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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