Html Css Color HEX #49CEB8 Medium Turquoise

📋 copy color: '#49CEB8'

red 73 ◦ green 206 ◦ blue 184

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

Shades of Medium Turquoise #49CEB8

Tints of Medium Turquoise #49CEB8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.49%

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

R = 15.77%
G = 44.49%
B = 39.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#49CEB8 (or 0x49CEB8) is known color: Medium Turquoise. HEX triplet: 49, CE and B8. RGB value is (73,206,184). Sum of RGB (Red+Green+Blue) = 73+206+184=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEB8 is #B63147. Grayscale: #A3A3A3. Windows color (decimal): -11940168 or 12111433. OLE color: 12111433.

HSL color Cylindrical-coordinate representation of color #49CEB8: hue angle of 170.08º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEB8 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 184 -
CMYK 0.65 0 0.11 0.19
HSL 170.08º 0.58% 0.55% -
HSV(B) 170.08º 0.65% 0.81% -
XYZ 33.47 49.02 53.05 -
YUV 163.73 139.44 63.29 -
System Red Green Blue C M Y K H S L
Decimal 73 206 184 0.65 0 0.11 0.19 170.08 0.58 0.55
Hex 49 CE B8 41 0 B 13 AA 3A 37
Octal 111 316 270 101 0 13 23 252 72 67
Binary 1001001 11001110 10111000 1000001 0 1011 10011 10101010 111010 110111

Color Harmonies of #49CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEB8

Black with #49CEB8

Text Example


Text Example

White with #49CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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