#49FBE4

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

Shades of Turquoise #49FBE4

Tints of Turquoise #49FBE4

Color information

#49FBE4 (or 0x49FBE4) is unknown color: approx Turquoise. HEX triplet: 49, FB and E4. RGB value is (73,251,228). Sum of RGB (Red+Green+Blue) = 73+251+228=552 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.22% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBE4 is #B6041B. Grayscale: #C3C3C3. Windows color (decimal): -11928604 or 15006537. OLE color: 15006537.

HSL color Cylindrical-coordinate representation of color #49FBE4: hue angle of 172.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FBE4 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB73251228-
CMYK0.7100.090.02
HSL172.25º95.7%63.53%-
HSV(B)172.25º70.92%98.43%-
XYZ51.2576.0185.37-
YUV195.16146.5340.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.22%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 228 (89.45% from 255) = 41.30%
R=13.22%
G=45.47%
B=41.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732512280.7100.090.02172.2595.763.53
Hex49FBE447092ac6040
Octal1113733441070112254140100
Binary10010011111101111100100100011101001101010110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,251,228); }

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

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

 a { background-color: rgb(73,251,228); }

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

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

 span { border-color: rgb(73,251,228); }

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