#49EFF1

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

Shades of Turquoise #49EFF1

Tints of Turquoise #49EFF1

Color information

#49EFF1 (or 0x49EFF1) is unknown color: approx Turquoise. HEX triplet: 49, EF and F1. RGB value is (73,239,241). Sum of RGB (Red+Green+Blue) = 73+239+241=553 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.20% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #49EFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFF1 is #B6100E. Grayscale: #BDBDBD. Windows color (decimal): -11931663 or 15855433. OLE color: 15855433.

HSL color Cylindrical-coordinate representation of color #49EFF1: hue angle of 180.71º degrees, saturation: 0.86, 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 #49EFF1 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73239241-
CMYK0.700.0100.05
HSL180.71º85.71%61.57%-
HSV(B)180.71º69.71%94.51%-
XYZ49.4969.594.03-
YUV189.5915744.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.20%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=13.20%
G=43.22%
B=43.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732392410.700.0100.05180.7185.7161.57
Hex49EFF146105b5563e
Octal11135736110610526512676
Binary10010011110111111110001100011010101101101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,239,241); }

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

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

 a { background-color: rgb(73,239,241); }

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

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

 span { border-color: rgb(73,239,241); }

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