Html Css Color HEX #49FFEA Turquoise

📋 copy color: '#49FFEA'

red 73 ◦ green 255 ◦ blue 234

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

Shades of Turquoise #49FFEA

Tints of Turquoise #49FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 45.37%

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

R = 12.99%
G = 45.37%
B = 41.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#49FFEA (or 0x49FFEA) is known color: Turquoise. HEX triplet: 49, FF and EA. RGB value is (73,255,234). Sum of RGB (Red+Green+Blue) = 73+255+234=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFEA is #B60015. Grayscale: #C6C6C6. Windows color (decimal): -11927574 or 15400777. OLE color: 15400777.

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

Color convert

RGB 73 255 234 -
CMYK 0.71 0 0.08 0
HSL 173.08º 1% 0.64% -
HSV(B) 173.08º 0.71% 1% -
XYZ 53.36 78.88 90.25 -
YUV 198.19 148.2 38.71 -
System Red Green Blue C M Y K H S L
Decimal 73 255 234 0.71 0 0.08 0 173.08 1 0.64
Hex 49 FF EA 47 0 8 0 AD 64 40
Octal 111 377 352 107 0 10 0 255 144 100
Binary 1001001 11111111 11101010 1000111 0 1000 0 10101101 1100100 1000000

Color Harmonies of #49FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFEA

Black with #49FFEA

Text Example


Text Example

White with #49FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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