Html Css Color HEX #49CFBB Medium Turquoise

📋 copy color: '#49CFBB'

red 73 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #49CFBB

Tints of Medium Turquoise #49CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 15.63%
G = 44.33%
B = 40.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#49CFBB (or 0x49CFBB) is known color: Medium Turquoise. HEX triplet: 49, CF and BB. RGB value is (73,207,187). Sum of RGB (Red+Green+Blue) = 73+207+187=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFBB is #B63044. Grayscale: #A4A4A4. Windows color (decimal): -11939909 or 12308297. OLE color: 12308297.

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

Color convert

RGB 73 207 187 -
CMYK 0.65 0 0.10 0.19
HSL 171.04º 0.58% 0.55% -
HSV(B) 171.04º 0.65% 0.81% -
XYZ 34.03 49.63 54.8 -
YUV 164.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 73 207 187 0.65 0 0.10 0.19 171.04 0.58 0.55
Hex 49 CF BB 41 0 A 13 AB 3A 37
Octal 111 317 273 101 0 12 23 253 72 67
Binary 1001001 11001111 10111011 1000001 0 1010 10011 10101011 111010 110111

Color Harmonies of #49CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFBB

Black with #49CFBB

Text Example


Text Example

White with #49CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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