Html Css Color HEX #49DBBE Medium Turquoise

📋 copy color: '#49DBBE'

red 73 ◦ green 219 ◦ blue 190

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

Shades of Medium Turquoise #49DBBE

Tints of Medium Turquoise #49DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 15.15%
G = 45.44%
B = 39.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#49DBBE (or 0x49DBBE) is known color: Medium Turquoise. HEX triplet: 49, DB and BE. RGB value is (73,219,190). Sum of RGB (Red+Green+Blue) = 73+219+190=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBBE is #B62441. Grayscale: #ACACAC. Windows color (decimal): -11936834 or 12507977. OLE color: 12507977.

HSL color Cylindrical-coordinate representation of color #49DBBE: hue angle of 168.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBBE is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 219 190 -
CMYK 0.67 0 0.13 0.14
HSL 168.08º 0.67% 0.57% -
HSV(B) 168.08º 0.67% 0.86% -
XYZ 37.37 55.8 57.52 -
YUV 172.04 138.13 57.36 -
System Red Green Blue C M Y K H S L
Decimal 73 219 190 0.67 0 0.13 0.14 168.08 0.67 0.57
Hex 49 DB BE 43 0 D E A8 43 39
Octal 111 333 276 103 0 15 16 250 103 71
Binary 1001001 11011011 10111110 1000011 0 1101 1110 10101000 1000011 111001

Color Harmonies of #49DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBBE

Black with #49DBBE

Text Example


Text Example

White with #49DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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