Html Css Color HEX #49E3CA Turquoise

📋 copy color: '#49E3CA'

red 73 ◦ green 227 ◦ blue 202

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

Shades of Turquoise #49E3CA

Tints of Turquoise #49E3CA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.22%

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 14.54%
G = 45.22%
B = 40.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#49E3CA (or 0x49E3CA) is known color: Turquoise. HEX triplet: 49, E3 and CA. RGB value is (73,227,202). Sum of RGB (Red+Green+Blue) = 73+227+202=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #49E3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E3CA is #B61C35. Grayscale: #B2B2B2. Windows color (decimal): -11934774 or 13296457. OLE color: 13296457.

HSL color Cylindrical-coordinate representation of color #49E3CA: hue angle of 170.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E3CA is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 227 202 -
CMYK 0.68 0 0.11 0.11
HSL 170.26º 0.73% 0.59% -
HSV(B) 170.26º 0.68% 0.89% -
XYZ 40.88 60.62 65.42 -
YUV 178.1 141.48 53.03 -
System Red Green Blue C M Y K H S L
Decimal 73 227 202 0.68 0 0.11 0.11 170.26 0.73 0.59
Hex 49 E3 CA 44 0 B B AA 49 3B
Octal 111 343 312 104 0 13 13 252 111 73
Binary 1001001 11100011 11001010 1000100 0 1011 1011 10101010 1001001 111011

Color Harmonies of #49E3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E3CA

Black with #49E3CA

Text Example


Text Example

White with #49E3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,227,202); }

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

background-color css

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

 a { background-color: rgb(73,227,202); }

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

border-color css

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

 span { border-color: rgb(73,227,202); }

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