Html Css Color HEX #49DEB5 Turquoise

📋 copy color: '#49DEB5'

red 73 ◦ green 222 ◦ blue 181

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

Shades of Turquoise #49DEB5

Tints of Turquoise #49DEB5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 15.34%
G = 46.64%
B = 38.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#49DEB5 (or 0x49DEB5) is known color: Turquoise. HEX triplet: 49, DE and B5. RGB value is (73,222,181). Sum of RGB (Red+Green+Blue) = 73+222+181=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEB5 is #B6214A. Grayscale: #ACACAC. Windows color (decimal): -11936075 or 11918921. OLE color: 11918921.

HSL color Cylindrical-coordinate representation of color #49DEB5: hue angle of 163.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEB5 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 181 -
CMYK 0.67 0 0.18 0.13
HSL 163.49º 0.69% 0.58% -
HSV(B) 163.49º 0.67% 0.87% -
XYZ 37.21 57 52.76 -
YUV 172.78 132.64 56.83 -
System Red Green Blue C M Y K H S L
Decimal 73 222 181 0.67 0 0.18 0.13 163.49 0.69 0.58
Hex 49 DE B5 43 0 12 D A3 45 3A
Octal 111 336 265 103 0 22 15 243 105 72
Binary 1001001 11011110 10110101 1000011 0 10010 1101 10100011 1000101 111010

Color Harmonies of #49DEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEB5

Black with #49DEB5

Text Example


Text Example

White with #49DEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,222,181); }

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

background-color css

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

 a { background-color: rgb(73,222,181); }

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

border-color css

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

 span { border-color: rgb(73,222,181); }

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