Html Css Color HEX #49CABC Medium Turquoise

📋 copy color: '#49CABC'

red 73 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #49CABC

Tints of Medium Turquoise #49CABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.63%

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 15.77%
G = 43.63%
B = 40.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#49CABC (or 0x49CABC) is known color: Medium Turquoise. HEX triplet: 49, CA and BC. RGB value is (73,202,188). Sum of RGB (Red+Green+Blue) = 73+202+188=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #49CABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CABC is #B63543. Grayscale: #A1A1A1. Windows color (decimal): -11941188 or 12372553. OLE color: 12372553.

HSL color Cylindrical-coordinate representation of color #49CABC: hue angle of 173.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CABC is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 188 -
CMYK 0.64 0 0.07 0.21
HSL 173.49º 0.55% 0.54% -
HSV(B) 173.49º 0.64% 0.79% -
XYZ 32.95 47.29 54.97 -
YUV 161.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 73 202 188 0.64 0 0.07 0.21 173.49 0.55 0.54
Hex 49 CA BC 40 0 7 15 AD 37 36
Octal 111 312 274 100 0 7 25 255 67 66
Binary 1001001 11001010 10111100 1000000 0 111 10101 10101101 110111 110110

Color Harmonies of #49CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CABC

Black with #49CABC

Text Example


Text Example

White with #49CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,188); }

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

background-color css

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

 a { background-color: rgb(73,202,188); }

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

border-color css

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

 span { border-color: rgb(73,202,188); }

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