Html Css Color HEX #49CFBA Medium Turquoise

📋 copy color: '#49CFBA'

red 73 ◦ green 207 ◦ blue 186

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

Shades of Medium Turquoise #49CFBA

Tints of Medium Turquoise #49CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 15.67%
G = 44.42%
B = 39.91%

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

#49CFBA (or 0x49CFBA) is known color: Medium Turquoise. HEX triplet: 49, CF and BA. RGB value is (73,207,186). Sum of RGB (Red+Green+Blue) = 73+207+186=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFBA is #B63045. Grayscale: #A4A4A4. Windows color (decimal): -11939910 or 12242761. OLE color: 12242761.

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

Color convert

RGB 73 207 186 -
CMYK 0.65 0 0.10 0.19
HSL 170.6º 0.58% 0.55% -
HSV(B) 170.6º 0.65% 0.81% -
XYZ 33.92 49.59 54.24 -
YUV 164.54 140.11 62.71 -
System Red Green Blue C M Y K H S L
Decimal 73 207 186 0.65 0 0.10 0.19 170.6 0.58 0.55
Hex 49 CF BA 41 0 A 13 AB 3A 37
Octal 111 317 272 101 0 12 23 253 72 67
Binary 1001001 11001111 10111010 1000001 0 1010 10011 10101011 111010 110111

Color Harmonies of #49CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFBA

Black with #49CFBA

Text Example


Text Example

White with #49CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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