Html Css Color HEX #49E1DF Turquoise

📋 copy color: '#49E1DF'

red 73 ◦ green 225 ◦ blue 223

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

Shades of Turquoise #49E1DF

Tints of Turquoise #49E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.19%

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 14.01%
G = 43.19%
B = 42.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#49E1DF (or 0x49E1DF) is known color: Turquoise. HEX triplet: 49, E1 and DF. RGB value is (73,225,223). Sum of RGB (Red+Green+Blue) = 73+225+223=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1DF is #B61E20. Grayscale: #B3B3B3. Windows color (decimal): -11935265 or 14672201. OLE color: 14672201.

HSL color Cylindrical-coordinate representation of color #49E1DF: hue angle of 179.21º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E1DF is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 223 -
CMYK 0.68 0 0.01 0.12
HSL 179.21º 0.72% 0.58% -
HSV(B) 179.21º 0.68% 0.88% -
XYZ 42.99 60.59 79.24 -
YUV 179.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 73 225 223 0.68 0 0.01 0.12 179.21 0.72 0.58
Hex 49 E1 DF 44 0 1 C B3 48 3A
Octal 111 341 337 104 0 1 14 263 110 72
Binary 1001001 11100001 11011111 1000100 0 1 1100 10110011 1001000 111010

Color Harmonies of #49E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E1DF

Black with #49E1DF

Text Example


Text Example

White with #49E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,225,223); }

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

background-color css

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

 a { background-color: rgb(73,225,223); }

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

border-color css

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

 span { border-color: rgb(73,225,223); }

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