#49F3E1

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

Shades of Turquoise #49F3E1

Tints of Turquoise #49F3E1

Color information

#49F3E1 (or 0x49F3E1) is unknown color: approx Turquoise. HEX triplet: 49, F3 and E1. RGB value is (73,243,225). Sum of RGB (Red+Green+Blue) = 73+243+225=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #49F3E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F3E1 is #B60C1E. Grayscale: #BEBEBE. Windows color (decimal): -11930655 or 14807881. OLE color: 14807881.

HSL color Cylindrical-coordinate representation of color #49F3E1: hue angle of 173.65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F3E1 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB73243225-
CMYK0.7000.070.05
HSL173.65º87.63%61.96%-
HSV(B)173.65º69.96%95.29%-
XYZ48.3970.9582.38-
YUV190.12147.6844.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.49%
GREEN value IS 243 (95.31% from 255) = 44.92%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=13.49%
G=44.92%
B=41.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732432250.7000.070.05173.6587.6361.96
Hex49F3E146075ae583e
Octal11136334110607525613076
Binary1001001111100111110000110001100111101101011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,243,225); }

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

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

 a { background-color: rgb(73,243,225); }

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

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

 span { border-color: rgb(73,243,225); }

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