Html Css Color HEX #49CEBB Medium Turquoise

📋 copy color: '#49CEBB'

red 73 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #49CEBB

Tints of Medium Turquoise #49CEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 15.67%
G = 44.21%
B = 40.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#49CEBB (or 0x49CEBB) is known color: Medium Turquoise. HEX triplet: 49, CE and BB. RGB value is (73,206,187). Sum of RGB (Red+Green+Blue) = 73+206+187=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEBB is #B63144. Grayscale: #A4A4A4. Windows color (decimal): -11940165 or 12308041. OLE color: 12308041.

HSL color Cylindrical-coordinate representation of color #49CEBB: hue angle of 171.43º 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 #49CEBB is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 187 -
CMYK 0.65 0 0.09 0.19
HSL 171.43º 0.58% 0.55% -
HSV(B) 171.43º 0.65% 0.81% -
XYZ 33.79 49.15 54.72 -
YUV 164.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 73 206 187 0.65 0 0.09 0.19 171.43 0.58 0.55
Hex 49 CE BB 41 0 9 13 AB 3A 37
Octal 111 316 273 101 0 11 23 253 72 67
Binary 1001001 11001110 10111011 1000001 0 1001 10011 10101011 111010 110111

Color Harmonies of #49CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEBB

Black with #49CEBB

Text Example


Text Example

White with #49CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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