Html Css Color HEX #49FFEC Turquoise

📋 copy color: '#49FFEC'

red 73 ◦ green 255 ◦ blue 236

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

Shades of Turquoise #49FFEC

Tints of Turquoise #49FFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 12.94%
G = 45.21%
B = 41.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#49FFEC (or 0x49FFEC) is known color: Turquoise. HEX triplet: 49, FF and EC. RGB value is (73,255,236). Sum of RGB (Red+Green+Blue) = 73+255+236=564 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.94% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFEC is #B60013. Grayscale: #C6C6C6. Windows color (decimal): -11927572 or 15531849. OLE color: 15531849.

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

Color convert

RGB 73 255 236 -
CMYK 0.71 0 0.07 0
HSL 173.74º 1% 0.64% -
HSV(B) 173.74º 0.71% 1% -
XYZ 53.65 78.99 91.78 -
YUV 198.42 149.2 38.54 -
System Red Green Blue C M Y K H S L
Decimal 73 255 236 0.71 0 0.07 0 173.74 1 0.64
Hex 49 FF EC 47 0 7 0 AE 64 40
Octal 111 377 354 107 0 7 0 256 144 100
Binary 1001001 11111111 11101100 1000111 0 111 0 10101110 1100100 1000000

Color Harmonies of #49FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFEC

Black with #49FFEC

Text Example


Text Example

White with #49FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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