Html Css Color HEX #49E0D2 Turquoise

📋 copy color: '#49E0D2'

red 73 ◦ green 224 ◦ blue 210

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

Shades of Turquoise #49E0D2

Tints of Turquoise #49E0D2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 14.4%
G = 44.18%
B = 41.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#49E0D2 (or 0x49E0D2) is known color: Turquoise. HEX triplet: 49, E0 and D2. RGB value is (73,224,210). Sum of RGB (Red+Green+Blue) = 73+224+210=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #49E0D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E0D2 is #B61F2D. Grayscale: #B1B1B1. Windows color (decimal): -11935534 or 13819977. OLE color: 13819977.

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

Color convert

RGB 73 224 210 -
CMYK 0.67 0 0.06 0.12
HSL 174.44º 0.71% 0.58% -
HSV(B) 174.44º 0.67% 0.88% -
XYZ 41.04 59.38 70.27 -
YUV 177.26 146.47 53.64 -
System Red Green Blue C M Y K H S L
Decimal 73 224 210 0.67 0 0.06 0.12 174.44 0.71 0.58
Hex 49 E0 D2 43 0 6 C AE 47 3A
Octal 111 340 322 103 0 6 14 256 107 72
Binary 1001001 11100000 11010010 1000011 0 110 1100 10101110 1000111 111010

Color Harmonies of #49E0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E0D2

Black with #49E0D2

Text Example


Text Example

White with #49E0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,224,210); }

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

background-color css

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

 a { background-color: rgb(73,224,210); }

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

border-color css

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

 span { border-color: rgb(73,224,210); }

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