#49EEE5

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

Shades of Turquoise #49EEE5

Tints of Turquoise #49EEE5

Color information

#49EEE5 (or 0x49EEE5) is unknown color: approx Turquoise. HEX triplet: 49, EE and E5. RGB value is (73,238,229). Sum of RGB (Red+Green+Blue) = 73+238+229=540 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.52% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEE5 is #B6111A. Grayscale: #BBBBBB. Windows color (decimal): -11931931 or 15068745. OLE color: 15068745.

HSL color Cylindrical-coordinate representation of color #49EEE5: hue angle of 176.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EEE5 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB73238229-
CMYK0.6900.040.07
HSL176.73º82.91%60.98%-
HSV(B)176.73º69.33%93.33%-
XYZ47.4768.2284.8-
YUV187.64151.3446.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.52%
GREEN value IS 238 (93.36% from 255) = 44.07%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=13.52%
G=44.07%
B=42.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732382290.6900.040.07176.7382.9160.98
Hex49EEE545047b1533d
Octal11135634510504726112375
Binary1001001111011101110010110001010100111101100011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,238,229); }

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

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

 a { background-color: rgb(73,238,229); }

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

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

 span { border-color: rgb(73,238,229); }

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