Html Css Color HEX #49E1D1 Turquoise

📋 copy color: '#49E1D1'

red 73 ◦ green 225 ◦ blue 209

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

Shades of Turquoise #49E1D1

Tints of Turquoise #49E1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 14.4%
G = 44.38%
B = 41.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#49E1D1 (or 0x49E1D1) is known color: Turquoise. HEX triplet: 49, E1 and D1. RGB value is (73,225,209). Sum of RGB (Red+Green+Blue) = 73+225+209=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1D1 is #B61E2E. Grayscale: #B1B1B1. Windows color (decimal): -11935279 or 13754697. OLE color: 13754697.

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

Color convert

RGB 73 225 209 -
CMYK 0.68 0 0.07 0.12
HSL 173.68º 0.72% 0.58% -
HSV(B) 173.68º 0.68% 0.88% -
XYZ 41.18 59.87 69.71 -
YUV 177.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 73 225 209 0.68 0 0.07 0.12 173.68 0.72 0.58
Hex 49 E1 D1 44 0 7 C AE 48 3A
Octal 111 341 321 104 0 7 14 256 110 72
Binary 1001001 11100001 11010001 1000100 0 111 1100 10101110 1001000 111010

Color Harmonies of #49E1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E1D1

Black with #49E1D1

Text Example


Text Example

White with #49E1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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