#49EAEE

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

Shades of Turquoise #49EAEE

Tints of Turquoise #49EAEE

Color information

#49EAEE (or 0x49EAEE) is unknown color: approx Turquoise. HEX triplet: 49, EA and EE. RGB value is (73,234,238). Sum of RGB (Red+Green+Blue) = 73+234+238=545 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.39% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #49EAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EAEE is #B61511. Grayscale: #BABABA. Windows color (decimal): -11932946 or 15657545. OLE color: 15657545.

HSL color Cylindrical-coordinate representation of color #49EAEE: hue angle of 181.45º 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 #49EAEE is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73234238-
CMYK0.690.0200.07
HSL181.45º82.91%60.98%-
HSV(B)181.45º69.33%93.33%-
XYZ47.666.4491.2-
YUV186.32157.1647.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.39%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=13.39%
G=42.94%
B=43.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732342380.690.0200.07181.4582.9160.98
Hex49EAEE45207b5533d
Octal11135235610520726512375
Binary100100111101010111011101000101100111101101011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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