Html Css Color HEX #49DDBE Turquoise

📋 copy color: '#49DDBE'

red 73 ◦ green 221 ◦ blue 190

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

Shades of Turquoise #49DDBE

Tints of Turquoise #49DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.66%

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 15.08%
G = 45.66%
B = 39.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#49DDBE (or 0x49DDBE) is known color: Turquoise. HEX triplet: 49, DD and BE. RGB value is (73,221,190). Sum of RGB (Red+Green+Blue) = 73+221+190=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDBE is #B62241. Grayscale: #ADADAD. Windows color (decimal): -11936322 or 12508489. OLE color: 12508489.

HSL color Cylindrical-coordinate representation of color #49DDBE: hue angle of 167.43º 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 #49DDBE is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 190 -
CMYK 0.67 0 0.14 0.13
HSL 167.43º 0.69% 0.58% -
HSV(B) 167.43º 0.67% 0.87% -
XYZ 37.9 56.85 57.69 -
YUV 173.21 137.47 56.52 -
System Red Green Blue C M Y K H S L
Decimal 73 221 190 0.67 0 0.14 0.13 167.43 0.69 0.58
Hex 49 DD BE 43 0 E D A7 45 3A
Octal 111 335 276 103 0 16 15 247 105 72
Binary 1001001 11011101 10111110 1000011 0 1110 1101 10100111 1000101 111010

Color Harmonies of #49DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDBE

Black with #49DDBE

Text Example


Text Example

White with #49DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,190); }

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

background-color css

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

 a { background-color: rgb(73,221,190); }

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

border-color css

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

 span { border-color: rgb(73,221,190); }

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