Html Css Color HEX #49CEC2 Medium Turquoise

📋 copy color: '#49CEC2'

red 73 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #49CEC2

Tints of Medium Turquoise #49CEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 15.43%
G = 43.55%
B = 41.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#49CEC2 (or 0x49CEC2) is known color: Medium Turquoise. HEX triplet: 49, CE and C2. RGB value is (73,206,194). Sum of RGB (Red+Green+Blue) = 73+206+194=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEC2 is #B6313D. Grayscale: #A4A4A4. Windows color (decimal): -11940158 or 12766793. OLE color: 12766793.

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

Color convert

RGB 73 206 194 -
CMYK 0.65 0 0.06 0.19
HSL 174.59º 0.58% 0.55% -
HSV(B) 174.59º 0.65% 0.81% -
XYZ 34.56 49.45 58.76 -
YUV 164.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 73 206 194 0.65 0 0.06 0.19 174.59 0.58 0.55
Hex 49 CE C2 41 0 6 13 AF 3A 37
Octal 111 316 302 101 0 6 23 257 72 67
Binary 1001001 11001110 11000010 1000001 0 110 10011 10101111 111010 110111

Color Harmonies of #49CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEC2

Black with #49CEC2

Text Example


Text Example

White with #49CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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