Html Css Color HEX #49CFC9 Medium Turquoise

📋 copy color: '#49CFC9'

red 73 ◦ green 207 ◦ blue 201

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

Shades of Medium Turquoise #49CFC9

Tints of Medium Turquoise #49CFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 15.18%
G = 43.04%
B = 41.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#49CFC9 (or 0x49CFC9) is known color: Medium Turquoise. HEX triplet: 49, CF and C9. RGB value is (73,207,201). Sum of RGB (Red+Green+Blue) = 73+207+201=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFC9 is #B63036. Grayscale: #A6A6A6. Windows color (decimal): -11939895 or 13225801. OLE color: 13225801.

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

Color convert

RGB 73 207 201 -
CMYK 0.65 0 0.03 0.19
HSL 177.31º 0.58% 0.55% -
HSV(B) 177.31º 0.65% 0.81% -
XYZ 35.6 50.26 63.08 -
YUV 166.25 147.61 61.49 -
System Red Green Blue C M Y K H S L
Decimal 73 207 201 0.65 0 0.03 0.19 177.31 0.58 0.55
Hex 49 CF C9 41 0 3 13 B1 3A 37
Octal 111 317 311 101 0 3 23 261 72 67
Binary 1001001 11001111 11001001 1000001 0 11 10011 10110001 111010 110111

Color Harmonies of #49CFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFC9

Black with #49CFC9

Text Example


Text Example

White with #49CFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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