Html Css Color HEX #49E5EA Turquoise

📋 copy color: '#49E5EA'

red 73 ◦ green 229 ◦ blue 234

#49E5EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #49E5EA

Tints of Turquoise #49E5EA

RGB

 RED value IS 73 (28.91% from 255) = 13.62%

 GREEN value IS 229 (89.84% from 255) = 42.72%

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 13.62%
G = 42.72%
B = 43.66%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49E5EA (or 0x49E5EA) is known color: Turquoise. HEX triplet: 49, E5 and EA. RGB value is (73,229,234). Sum of RGB (Red+Green+Blue) = 73+229+234=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #49E5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E5EA is #B61A15. Grayscale: #B6B6B6. Windows color (decimal): -11934230 or 15394121. OLE color: 15394121.

HSL color Cylindrical-coordinate representation of color #49E5EA: hue angle of 181.86º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E5EA is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 229 234 -
CMYK 0.69 0.02 0 0.08
HSL 181.86º 0.79% 0.6% -
HSV(B) 181.86º 0.69% 0.92% -
XYZ 45.62 63.4 87.67 -
YUV 182.93 156.82 49.59 -
System Red Green Blue C M Y K H S L
Decimal 73 229 234 0.69 0.02 0 0.08 181.86 0.79 0.6
Hex 49 E5 EA 45 2 0 8 B6 4F 3C
Octal 111 345 352 105 2 0 10 266 117 74
Binary 1001001 11100101 11101010 1000101 10 0 1000 10110110 1001111 111100

Color Harmonies of #49E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E5EA

Black with #49E5EA

Text Example


Text Example

White with #49E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49E5EA;
 }
 .AnyTagClassName
 {
   color: #49E5EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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