Html Css Color HEX #49CFBE Medium Turquoise

📋 copy color: '#49CFBE'

red 73 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #49CFBE

Tints of Medium Turquoise #49CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 15.53%
G = 44.04%
B = 40.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#49CFBE (or 0x49CFBE) is known color: Medium Turquoise. HEX triplet: 49, CF and BE. RGB value is (73,207,190). Sum of RGB (Red+Green+Blue) = 73+207+190=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFBE is #B63041. Grayscale: #A4A4A4. Windows color (decimal): -11939906 or 12504905. OLE color: 12504905.

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

Color convert

RGB 73 207 190 -
CMYK 0.65 0 0.08 0.19
HSL 172.39º 0.58% 0.55% -
HSV(B) 172.39º 0.65% 0.81% -
XYZ 34.35 49.76 56.51 -
YUV 165 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 73 207 190 0.65 0 0.08 0.19 172.39 0.58 0.55
Hex 49 CF BE 41 0 8 13 AC 3A 37
Octal 111 317 276 101 0 10 23 254 72 67
Binary 1001001 11001111 10111110 1000001 0 1000 10011 10101100 111010 110111

Color Harmonies of #49CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFBE

Black with #49CFBE

Text Example


Text Example

White with #49CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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