Html Css Color HEX #49C5CE Medium Turquoise

📋 copy color: '#49C5CE'

red 73 ◦ green 197 ◦ blue 206

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

Shades of Medium Turquoise #49C5CE

Tints of Medium Turquoise #49C5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.39%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 15.34%
G = 41.39%
B = 43.28%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49C5CE (or 0x49C5CE) is known color: Medium Turquoise. HEX triplet: 49, C5 and CE. RGB value is (73,197,206). Sum of RGB (Red+Green+Blue) = 73+197+206=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #49C5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5CE is #B63A31. Grayscale: #A0A0A0. Windows color (decimal): -11942450 or 13550921. OLE color: 13550921.

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

Color convert

RGB 73 197 206 -
CMYK 0.65 0.04 0 0.19
HSL 184.06º 0.58% 0.55% -
HSV(B) 184.06º 0.65% 0.81% -
XYZ 33.85 45.81 65.45 -
YUV 160.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 73 197 206 0.65 0.04 0 0.19 184.06 0.58 0.55
Hex 49 C5 CE 41 4 0 13 B8 3A 37
Octal 111 305 316 101 4 0 23 270 72 67
Binary 1001001 11000101 11001110 1000001 100 0 10011 10111000 111010 110111

Color Harmonies of #49C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C5CE

Black with #49C5CE

Text Example


Text Example

White with #49C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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