Html Css Color HEX #49E5CB Turquoise

📋 copy color: '#49E5CB'

red 73 ◦ green 229 ◦ blue 203

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

Shades of Turquoise #49E5CB

Tints of Turquoise #49E5CB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.35%

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

R = 14.46%
G = 45.35%
B = 40.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#49E5CB (or 0x49E5CB) is known color: Turquoise. HEX triplet: 49, E5 and CB. RGB value is (73,229,203). Sum of RGB (Red+Green+Blue) = 73+229+203=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #49E5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E5CB is #B61A34. Grayscale: #B3B3B3. Windows color (decimal): -11934261 or 13362505. OLE color: 13362505.

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

Color convert

RGB 73 229 203 -
CMYK 0.68 0 0.11 0.10
HSL 170º 0.75% 0.59% -
HSV(B) 170º 0.68% 0.9% -
XYZ 41.55 61.77 66.23 -
YUV 179.39 141.32 52.11 -
System Red Green Blue C M Y K H S L
Decimal 73 229 203 0.68 0 0.11 0.10 170 0.75 0.59
Hex 49 E5 CB 44 0 B A AA 4B 3B
Octal 111 345 313 104 0 13 12 252 113 73
Binary 1001001 11100101 11001011 1000100 0 1011 1010 10101010 1001011 111011

Color Harmonies of #49E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E5CB

Black with #49E5CB

Text Example


Text Example

White with #49E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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