Html Css Color HEX #49C9CD Medium Turquoise

📋 copy color: '#49C9CD'

red 73 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #49C9CD

Tints of Medium Turquoise #49C9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 15.24%
G = 41.96%
B = 42.8%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49C9CD (or 0x49C9CD) is known color: Medium Turquoise. HEX triplet: 49, C9 and CD. RGB value is (73,201,205). Sum of RGB (Red+Green+Blue) = 73+201+205=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #49C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C9CD is #B63632. Grayscale: #A3A3A3. Windows color (decimal): -11941427 or 13486409. OLE color: 13486409.

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

Color convert

RGB 73 201 205 -
CMYK 0.64 0.02 0 0.20
HSL 181.82º 0.57% 0.55% -
HSV(B) 181.82º 0.64% 0.8% -
XYZ 34.65 47.6 65.12 -
YUV 163.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 73 201 205 0.64 0.02 0 0.20 181.82 0.57 0.55
Hex 49 C9 CD 40 2 0 14 B6 39 37
Octal 111 311 315 100 2 0 24 266 71 67
Binary 1001001 11001001 11001101 1000000 10 0 10100 10110110 111001 110111

Color Harmonies of #49C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C9CD

Black with #49C9CD

Text Example


Text Example

White with #49C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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