Html Css Color HEX #49E1CB Turquoise

📋 copy color: '#49E1CB'

red 73 ◦ green 225 ◦ blue 203

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

Shades of Turquoise #49E1CB

Tints of Turquoise #49E1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 14.57%
G = 44.91%
B = 40.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#49E1CB (or 0x49E1CB) is known color: Turquoise. HEX triplet: 49, E1 and CB. RGB value is (73,225,203). Sum of RGB (Red+Green+Blue) = 73+225+203=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1CB is #B61E34. Grayscale: #B0B0B0. Windows color (decimal): -11935285 or 13361481. OLE color: 13361481.

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

Color convert

RGB 73 225 203 -
CMYK 0.68 0 0.10 0.12
HSL 171.32º 0.72% 0.58% -
HSV(B) 171.32º 0.68% 0.88% -
XYZ 40.45 59.58 65.87 -
YUV 177.04 142.64 53.79 -
System Red Green Blue C M Y K H S L
Decimal 73 225 203 0.68 0 0.10 0.12 171.32 0.72 0.58
Hex 49 E1 CB 44 0 A C AB 48 3A
Octal 111 341 313 104 0 12 14 253 110 72
Binary 1001001 11100001 11001011 1000100 0 1010 1100 10101011 1001000 111010

Color Harmonies of #49E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E1CB

Black with #49E1CB

Text Example


Text Example

White with #49E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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