Html Css Color HEX #49C8B8 Medium Turquoise

📋 copy color: '#49C8B8'

red 73 ◦ green 200 ◦ blue 184

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

Shades of Medium Turquoise #49C8B8

Tints of Medium Turquoise #49C8B8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.76%

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 15.97%
G = 43.76%
B = 40.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#49C8B8 (or 0x49C8B8) is known color: Medium Turquoise. HEX triplet: 49, C8 and B8. RGB value is (73,200,184). Sum of RGB (Red+Green+Blue) = 73+200+184=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #49C8B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8B8 is #B63747. Grayscale: #A0A0A0. Windows color (decimal): -11941704 or 12109897. OLE color: 12109897.

HSL color Cylindrical-coordinate representation of color #49C8B8: hue angle of 172.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C8B8 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 184 -
CMYK 0.64 0 0.08 0.22
HSL 172.44º 0.54% 0.54% -
HSV(B) 172.44º 0.64% 0.78% -
XYZ 32.05 46.19 52.57 -
YUV 160.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 73 200 184 0.64 0 0.08 0.22 172.44 0.54 0.54
Hex 49 C8 B8 40 0 8 16 AC 36 36
Octal 111 310 270 100 0 10 26 254 66 66
Binary 1001001 11001000 10111000 1000000 0 1000 10110 10101100 110110 110110

Color Harmonies of #49C8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C8B8

Black with #49C8B8

Text Example


Text Example

White with #49C8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,184); }

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

background-color css

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

 a { background-color: rgb(73,200,184); }

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

border-color css

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

 span { border-color: rgb(73,200,184); }

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