Html Css Color HEX #49CFBC Medium Turquoise

📋 copy color: '#49CFBC'

red 73 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #49CFBC

Tints of Medium Turquoise #49CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 15.6%
G = 44.23%
B = 40.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#49CFBC (or 0x49CFBC) is known color: Medium Turquoise. HEX triplet: 49, CF and BC. RGB value is (73,207,188). Sum of RGB (Red+Green+Blue) = 73+207+188=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFBC is #B63043. Grayscale: #A4A4A4. Windows color (decimal): -11939908 or 12373833. OLE color: 12373833.

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

Color convert

RGB 73 207 188 -
CMYK 0.65 0 0.09 0.19
HSL 171.49º 0.58% 0.55% -
HSV(B) 171.49º 0.65% 0.81% -
XYZ 34.14 49.67 55.37 -
YUV 164.77 141.11 62.54 -
System Red Green Blue C M Y K H S L
Decimal 73 207 188 0.65 0 0.09 0.19 171.49 0.58 0.55
Hex 49 CF BC 41 0 9 13 AB 3A 37
Octal 111 317 274 101 0 11 23 253 72 67
Binary 1001001 11001111 10111100 1000001 0 1001 10011 10101011 111010 110111

Color Harmonies of #49CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFBC

Black with #49CFBC

Text Example


Text Example

White with #49CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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