Html Css Color HEX #49CACE Medium Turquoise

📋 copy color: '#49CACE'

red 73 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #49CACE

Tints of Medium Turquoise #49CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

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

R = 15.18%
G = 42%
B = 42.83%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49CACE (or 0x49CACE) is known color: Medium Turquoise. HEX triplet: 49, CA and CE. RGB value is (73,202,206). Sum of RGB (Red+Green+Blue) = 73+202+206=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #49CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CACE is #B63531. Grayscale: #A3A3A3. Windows color (decimal): -11941170 or 13552201. OLE color: 13552201.

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

Color convert

RGB 73 202 206 -
CMYK 0.65 0.02 0 0.19
HSL 181.8º 0.58% 0.55% -
HSV(B) 181.8º 0.65% 0.81% -
XYZ 35.01 48.11 65.83 -
YUV 163.89 151.76 63.17 -
System Red Green Blue C M Y K H S L
Decimal 73 202 206 0.65 0.02 0 0.19 181.8 0.58 0.55
Hex 49 CA CE 41 2 0 13 B6 3A 37
Octal 111 312 316 101 2 0 23 266 72 67
Binary 1001001 11001010 11001110 1000001 10 0 10011 10110110 111010 110111

Color Harmonies of #49CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CACE

Black with #49CACE

Text Example


Text Example

White with #49CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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