Html Css Color HEX #49CFB5 Medium Turquoise

📋 copy color: '#49CFB5'

red 73 ◦ green 207 ◦ blue 181

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

Shades of Medium Turquoise #49CFB5

Tints of Medium Turquoise #49CFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 15.84%
G = 44.9%
B = 39.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#49CFB5 (or 0x49CFB5) is known color: Medium Turquoise. HEX triplet: 49, CF and B5. RGB value is (73,207,181). Sum of RGB (Red+Green+Blue) = 73+207+181=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFB5 is #B6304A. Grayscale: #A3A3A3. Windows color (decimal): -11939915 or 11915081. OLE color: 11915081.

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

Color convert

RGB 73 207 181 -
CMYK 0.65 0 0.13 0.19
HSL 168.36º 0.58% 0.55% -
HSV(B) 168.36º 0.65% 0.81% -
XYZ 33.4 49.38 51.49 -
YUV 163.97 137.61 63.11 -
System Red Green Blue C M Y K H S L
Decimal 73 207 181 0.65 0 0.13 0.19 168.36 0.58 0.55
Hex 49 CF B5 41 0 D 13 A8 3A 37
Octal 111 317 265 101 0 15 23 250 72 67
Binary 1001001 11001111 10110101 1000001 0 1101 10011 10101000 111010 110111

Color Harmonies of #49CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFB5

Black with #49CFB5

Text Example


Text Example

White with #49CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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