Html Css Color HEX #49CDB6 Medium Turquoise

📋 copy color: '#49CDB6'

red 73 ◦ green 205 ◦ blue 182

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

Shades of Medium Turquoise #49CDB6

Tints of Medium Turquoise #49CDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.57%

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 15.87%
G = 44.57%
B = 39.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#49CDB6 (or 0x49CDB6) is known color: Medium Turquoise. HEX triplet: 49, CD and B6. RGB value is (73,205,182). Sum of RGB (Red+Green+Blue) = 73+205+182=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDB6 is #B63249. Grayscale: #A2A2A2. Windows color (decimal): -11940426 or 11980105. OLE color: 11980105.

HSL color Cylindrical-coordinate representation of color #49CDB6: hue angle of 169.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDB6 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 182 -
CMYK 0.64 0 0.11 0.20
HSL 169.55º 0.57% 0.55% -
HSV(B) 169.55º 0.64% 0.8% -
XYZ 33.02 48.46 51.87 -
YUV 162.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 73 205 182 0.64 0 0.11 0.20 169.55 0.57 0.55
Hex 49 CD B6 40 0 B 14 AA 39 37
Octal 111 315 266 100 0 13 24 252 71 67
Binary 1001001 11001101 10110110 1000000 0 1011 10100 10101010 111001 110111

Color Harmonies of #49CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDB6

Black with #49CDB6

Text Example


Text Example

White with #49CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,182); }

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

background-color css

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

 a { background-color: rgb(73,205,182); }

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

border-color css

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

 span { border-color: rgb(73,205,182); }

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